|
@@ -72,7 +72,6 @@ public class ZhcxItpProjectNodeStateServiceImpl extends ServiceImpl<ZhcxItpProje
|
|
|
entity.setId(stateDo.getId());
|
|
|
dto.setSaveType("update");
|
|
|
}
|
|
|
-
|
|
|
entity.setOuttimes(itpDo.getInspectioncount());
|
|
|
|
|
|
//拒收
|
|
@@ -83,11 +82,13 @@ public class ZhcxItpProjectNodeStateServiceImpl extends ServiceImpl<ZhcxItpProje
|
|
|
//接收
|
|
|
if("50".equals(operType)) {
|
|
|
entity.setOutstate("10");
|
|
|
+ entity.setOutcompletetime(itpDo.getInspectioncomplatetime());
|
|
|
}
|
|
|
|
|
|
//有条件接收
|
|
|
if ("60".equals(operType)) {
|
|
|
entity.setOutstate("30");
|
|
|
+ entity.setOutcompletetime(itpDo.getInspectioncomplatetime());
|
|
|
}
|
|
|
|
|
|
dto.setEntity(entity);
|