Browse Source

no message

FengChaoYu 9 tháng trước cách đây
mục cha
commit
e68962d126

+ 1 - 0
mall-server-api/src/main/java/com/gree/mall/manager/logic/material/manage/WebsitPartsSalesOrderLogic.java

@@ -399,6 +399,7 @@ public class WebsitPartsSalesOrderLogic {
         if(Objects.isNull(partsSalesOrder)) {
             throw new RemoteServiceException("该配件销售单不存在");
         }
+        partsSalesOrderBean.setIsApply(partsSalesOrder.getIsApply());
         //订单已提交,不能修改
         if(!partsSalesOrder.getStatus().equals(PartsOrderStatusEnum.SAVE.getKey())) {
             throw new RemoteServiceException("该配件销售单已提交,不能修改");