|
|
@@ -137,7 +137,7 @@ public class OutsourceOrgServiceImpl extends BaseMybatisDao<TOrderOutsourceMapp
|
|
|
TOrderTask tt2=new TOrderTask();
|
|
|
tt2.setId(o.getTid());
|
|
|
tt2.setOutsource(1);
|
|
|
- tOrderTaskMapper.updateByPrimaryKey(tt2);
|
|
|
+ tOrderTaskMapper.updateByPrimaryKeySelective(tt2);
|
|
|
type=NoticeStatus.PROJECT_OUTSOURCE_YES.getCode();
|
|
|
addOrderLog(o.getOrderNo(),OrderLogProcess.XMWBTG.getCode());
|
|
|
}else {
|