Commit 6221c062 authored by huyuchen's avatar huyuchen

生成收入接口修改

parent 040161f4
......@@ -310,7 +310,6 @@ public class TIncomeServiceImpl extends ServiceImpl<TIncomeMapper, TIncome> impl
income.setSendStatus(CommonConstants.ONE_STRING);
income.setSendMonth(DateUtil.addMonth(0));
income.setEkpId(sendBack);
income.setId(CommonConstants.NULL);
} else {
if (map.get(sendBack) > 0) {
int i = map.get(sendBack) + 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment