|
@@ -211,6 +211,7 @@ public class OrderProjectServiceImpl extends BaseMybatisDao<TOrderTaskMapper> im
|
|
|
int c = tOrderBonusMapper.checkByOnoAndSub(tb);
|
|
int c = tOrderBonusMapper.checkByOnoAndSub(tb);
|
|
|
if(c==0){
|
|
if(c==0){
|
|
|
tb.setGrantBy(t.getFinanceId());
|
|
tb.setGrantBy(t.getFinanceId());
|
|
|
|
|
+ tb.setTaskId(task.getId());
|
|
|
tOrderBonusMapper.insertSelective(tb);
|
|
tOrderBonusMapper.insertSelective(tb);
|
|
|
}
|
|
}
|
|
|
|
|
|