Browse Source

新增奖金数据新增任务ID

anderx 7 years ago
parent
commit
1313f0bcd8

+ 1 - 0
src/main/java/com/goafanti/order/service/impl/OrderProjectServiceImpl.java

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