Ver Fonte

排程数据组装bug修改

fangpy há 1 ano atrás
pai
commit
72f06d94bc

+ 1 - 1
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ApsServiceImpl.java

@@ -115,7 +115,7 @@ public class ApsServiceImpl implements ApsService {
                     if (!"200".equals(productionScheduleRetVo.getCode())) {
                         throw new CustomException(productionScheduleRetVo.getMsg());
                     }
-                    apsBlankOrderService.apsAfter(productionScheduleRetVo,apsBlankOrders);
+                    apsBlankOrderService.apsAfter(productionScheduleRetVo,v);
                 });
             } catch (Exception e) {
                 e.printStackTrace();