|
@@ -2038,26 +2038,20 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
|
|
|
if("20".equals(inOper.getOperType())) {
|
|
|
entity.setInstate("20");
|
|
|
entity.setIntimes(inOper.getInspection().getInspectioncount());
|
|
|
+ entity.setIncompletetime(complateTime);
|
|
|
}
|
|
|
|
|
|
//接收
|
|
|
if("50".equals(inOper.getOperType())) {
|
|
|
entity.setInstate("10");
|
|
|
entity.setIntimes(inOper.getInspection().getInspectioncount());
|
|
|
+ entity.setIncompletetime(complateTime);
|
|
|
}
|
|
|
|
|
|
//有条件接收
|
|
|
if ("60".equals(inOper.getOperType())) {
|
|
|
entity.setInstate("30");
|
|
|
entity.setIntimes(inOper.getInspection().getInspectioncount());
|
|
|
- }
|
|
|
-
|
|
|
- //接收
|
|
|
- if("50".equals(inOper.getOperType())) {
|
|
|
- entity.setIncompletetime(complateTime);
|
|
|
- }
|
|
|
- //有条件接收
|
|
|
- else if ("60".equals(inOper.getOperType())) {
|
|
|
entity.setIncompletetime(complateTime);
|
|
|
}
|
|
|
}
|