Parcourir la source

更新订单实际交付量dubbo接口对象字段注释更新

yzc il y a 2 ans
Parent
commit
4a7bf021e0

+ 2 - 2
sckw-modules-api/sckw-order-api/src/main/java/com/sckw/order/api/model/CompleteLogisticsOrderParam.java

@@ -30,12 +30,12 @@ public class CompleteLogisticsOrderParam implements Serializable {
     private Long tOrderId;
 
     /**
-     * 实装总量 传正数
+     * 实装变量 减少传负数,增加传正数
      */
     private BigDecimal actualLoadAmount;
 
     /**
-     * 实卸总量  传正数
+     * 实装变量 减少传负数,增加传正数
      */
     private BigDecimal actualUnloadAmount;
 

+ 1 - 1
sckw-modules/sckw-order/src/main/java/com/sckw/order/dubbo/TradeOrderInfoServiceImpl.java

@@ -154,7 +154,7 @@ public class TradeOrderInfoServiceImpl implements TradeOrderInfoService {
         Long updateBy = param.getUpdateBy();
         String updateByName = param.getUpdateByName();
         if (Objects.isNull(actualLoadAmount) || Objects.isNull(actualUnloadAmount)) {
-            return HttpResult.error("装卸量不能为空!");
+            return HttpResult.error("装卸量不能为空!");
         }
 //        if (Objects.isNull(param.getIsAllComplete())) {
 //            return HttpResult.error("物流订单是否已全部完结不能为空!");