提交 c0d121ad 编写于 作者: N nrd

优化了feeserviceimpl的代码

上级 eb671610
......@@ -156,7 +156,6 @@ public class FeeServiceImpl implements FeeService {
int enterId = fee.getEnterId();
fee.setFee_type("现金");
fee.setDirect("缴费");
System.out.println(fee);
feedao.updateFee(fee);
enterDao.updateByEnterIdToMoney(money, enterId);
result.put("code", 200);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册