Explorar el Código

封仓确认单-提交流程1

hanqingsong hace 1 año
padre
commit
57a4f7ddd3

+ 1 - 2
src/main/java/com/chinaitop/depot/grainSituationCard/service/impl/StorageSealedConfirmationImpl.java

@@ -75,10 +75,9 @@ public class StorageSealedConfirmationImpl implements StorageSealedConfirmationS
75 75
         int i = confirmationMapper.updateByPrimaryKeySelective(data);
76 76
         if (i > 0) {
77 77
             if (data.getAuditState() != 1) {
78
-//                data.setTaskId(data.getId());
79 78
                 data.getSaveProcess().setId(UUID.randomUUID().toString());
80 79
                 data.getSaveProcess().setTaskId(data.getId());
81
-                data.setApplyTime(new Date());
80
+                data.getSaveProcess().setApplyTime(new Date());
82 81
                 i += processMapper.insertSelective(data.getSaveProcess());
83 82
             }
84 83
         }