|
|
@@ -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
|
}
|