|
|
@@ -474,7 +474,7 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
taskMid.setCompleteCount(task2.getCommodityQuantity());
|
|
|
taskMid.setDispatchCount(0);
|
|
|
}
|
|
|
- tTaskMidMapper.updateByTid(taskMid);
|
|
|
+ tTaskMidMapper.updateByTid(taskMid);
|
|
|
tOrderTaskMapper.updateByPrimaryKeySelective(t);
|
|
|
projectSplitPush(b.getTid(), b.getProjectStatus(),task2);
|
|
|
pushTaskLog(b.getTid(), b.getProjectStatus());
|