Przeglądaj źródła

仓库业务->修改bug

caifc 3 lat temu
rodzic
commit
07a2cc7657

+ 0 - 3
ruoyi-warehouse/src/main/java/com/ruoyi/warehouseBusiness/service/impl/TWarehouseBillsServiceImpl.java

@@ -7061,9 +7061,6 @@ public class TWarehouseBillsServiceImpl implements ITWarehouseBillsService {
         if (StringUtils.isNotEmpty(warehousebillsDTO.getfCustomno())) {
             item.setfCustomno(warehousebillsDTO.getfCustomno());
         }
-        if (StringUtils.isNotEmpty(warehousebillsDTO.getRemark())) {
-            item.setRemark(warehousebillsDTO.getRemark());
-        }
         item.setfOriginalbilldate(item.getfBsdate());
         item.setfBillingway(warehousebillsDTO.getfBillingway());
         if ("1".equals(warehousebillsDTO.getfChargetype())) {