|
|
@@ -1494,11 +1494,11 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
|
|
|
@Override
|
|
|
public Integer updateProjectSotp(InputProjectSotp in) {
|
|
|
- TaskSopt use = taskSoptMapper.selectByPrimaryKey(in.getSoptId());
|
|
|
+ TaskSopt use = taskSoptMapper.selectByPrimaryKey(in.getStopId());
|
|
|
Date date = new Date();
|
|
|
String adminId = TokenManager.getAdminId();
|
|
|
TaskSopt taskSopt = new TaskSopt();
|
|
|
- taskSopt.setId(in.getSoptId());
|
|
|
+ taskSopt.setId(in.getStopId());
|
|
|
taskSopt.setType(in.getType());
|
|
|
taskSopt.setStatus(0);
|
|
|
taskSopt.setReason(in.getReason());
|