|
|
@@ -818,8 +818,9 @@ public class OrderChangeServiceImpl extends BaseMybatisDao<NewOrderChangeMapper>
|
|
|
ot.setTaskComment(cd.getTaskComment());
|
|
|
ot.setMain(cd.getMain());
|
|
|
ot.setTaskStatus(0);
|
|
|
+ ot.setSplitStatus(cd.getSplitStatus());
|
|
|
if (cd.getSplitStatus()==2){
|
|
|
- Integer tid=map.get(cd.getChangeSplitSuper());
|
|
|
+ Integer tid=input.get(cd.getChangeSplitSuper());
|
|
|
if (tid==null)tid=tChangeTaskMapper.selectByPrimaryKey(cd.getChangeSplitSuper()).getTid();
|
|
|
ot.setSplitSuper(tid);
|
|
|
}
|