|
|
@@ -361,9 +361,11 @@ public class OrderChangeServiceImpl extends BaseMybatisDao<NewOrderChangeMapper>
|
|
|
if (processState>nb.getBackStatus()) {
|
|
|
nb.setBackStatus(processState);
|
|
|
}
|
|
|
- //驳回位置查看有无审核人,没有则直接跳下一个
|
|
|
+ //驳回重置审核人
|
|
|
if (rejectState<=3) {
|
|
|
- orderExamineMapper.updateByOrderNo(orderNo,1);
|
|
|
+ orderExamineMapper.updateByOrderNo(orderNo,1,null);
|
|
|
+ }else if (rejectState==4){
|
|
|
+ orderExamineMapper.updateByOrderNo(orderNo,1,1);
|
|
|
}
|
|
|
if (rejectState==3) {
|
|
|
zxsFlag=pushZXSprocess(nb);
|