|
|
@@ -1385,10 +1385,10 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
if (nt.getProcessStatus()!=null&&nt.getProcessStatus()==3){
|
|
|
tTaskMemberMapper.updateServiceYearBySplitSuper(task.getSplitSuper());
|
|
|
}
|
|
|
+ tOrderTaskMapper.updateByPrimaryKeySelective(nt);
|
|
|
if (flag){
|
|
|
addNoticMember(notice, ono, in.getType(),result);
|
|
|
}
|
|
|
- tOrderTaskMapper.updateByPrimaryKeySelective(nt);
|
|
|
return 1;
|
|
|
}
|
|
|
|
|
|
@@ -1641,7 +1641,7 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
* @param b
|
|
|
*/
|
|
|
private void pushTOrderNew(TOrderNewBo b) {
|
|
|
- List<TOrderTaskBo> l = tOrderTaskMapper.selectOrderTask(b.getOrderNo(), 0);
|
|
|
+ List<TOrderTaskBo> l = tOrderTaskMapper.selectOrderTaskAll(b.getOrderNo(), 4);
|
|
|
int counts =l.size();
|
|
|
int x=0;
|
|
|
for (TOrderTaskBo t : l) {
|