|
|
@@ -640,7 +640,6 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
}else {
|
|
|
tOrderDunMapper.updateByPrimaryKeySelective(t);
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
}
|
|
|
boolean flag=true;
|
|
|
@@ -658,7 +657,6 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
}
|
|
|
flag=true;
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
return 1;
|
|
|
}
|
|
|
@@ -682,7 +680,6 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
if(in.getSpecially()==4) {
|
|
|
params.put("distribution",in.getDistribution());
|
|
|
}
|
|
|
-
|
|
|
}else if(in.getSpecially()==8){
|
|
|
if (StringUtils.isNotBlank(in.getUid())) {
|
|
|
params.put("uid", in.getUid());
|
|
|
@@ -713,7 +710,6 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
params.put("deps",departmentService.parseArray(in.getDeps()));
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
if (StringUtils.isNotBlank(in.getContractNo())) {
|
|
|
params.put("contractNo", in.getContractNo());
|
|
|
}
|
|
|
@@ -855,7 +851,6 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
addOrderLog(tl,reason);
|
|
|
|
|
|
}
|
|
|
-
|
|
|
type=NoticeStatus.ORDER_YES.getCode();
|
|
|
tl.setOrderNo(orderNo);
|
|
|
tl.setProcess(OrderLogProcess.SH.getCode());
|