refactor: 删除无用注释

删除了代码中的无用注释,提高了代码的可读性和维护性。
This commit is contained in:
liuy 2025-04-07 11:07:23 +08:00
parent 687fa75c65
commit 404b0007b1
1 changed files with 0 additions and 1 deletions
buildpackage/src/main/java/com/hzya/frame/plugin/lets/plugin/sales

View File

@ -2929,7 +2929,6 @@ public class PassiveWarehouseReceiptToC extends PluginBaseEntity {
if (merchantDiscounts == null || "".equals(merchantDiscounts.trim())) {
merchantDiscounts = "0";
}
//git
if (expertDiscounts == null || "".equals(expertDiscounts.trim())) {
expertDiscounts = "0";
}