|
@@ -565,6 +565,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
userMidMapper.insertSelective(um);
|
|
userMidMapper.insertSelective(um);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ tm.setExpectProfit(t.getTotalAmount());
|
|
|
tm.setDepName(tOrderMidMapper.selectDepNameByDepid(t.getOrderDep()));
|
|
tm.setDepName(tOrderMidMapper.selectDepNameByDepid(t.getOrderDep()));
|
|
|
if (tm.getId()!=null) {
|
|
if (tm.getId()!=null) {
|
|
|
tOrderMidMapper.updateByPrimaryKeySelective(tm);
|
|
tOrderMidMapper.updateByPrimaryKeySelective(tm);
|