|
@@ -623,7 +623,7 @@ public class ProcinstActUserServiceImpl implements ProcinstActUserService {
|
|
|
//出差
|
|
|
if ("3".equals(procinst.getType())) {
|
|
|
businessOut.setStatus(status);
|
|
|
- businessOut.setCreateTime(new Date());
|
|
|
+ businessOut.setUpdateTime(new Date());
|
|
|
businessOutService.update(businessOut);
|
|
|
}
|
|
|
//补卡
|
|
@@ -755,7 +755,7 @@ public class ProcinstActUserServiceImpl implements ProcinstActUserService {
|
|
|
//出差
|
|
|
if ("3".equals(procinst.getType())) {
|
|
|
businessOut.setStatus(status);
|
|
|
- businessOut.setCreateTime(new Date());
|
|
|
+ businessOut.setUpdateTime(new Date());
|
|
|
businessOutService.update(businessOut);
|
|
|
}
|
|
|
//补卡
|
|
@@ -958,7 +958,7 @@ public class ProcinstActUserServiceImpl implements ProcinstActUserService {
|
|
|
//出差
|
|
|
if ("3".equals(procinst.getType())) {
|
|
|
businessOut.setStatus(status);
|
|
|
- businessOut.setCreateTime(new Date());
|
|
|
+ businessOut.setUpdateTime(new Date());
|
|
|
businessOutService.update(businessOut);
|
|
|
}
|
|
|
//补卡
|