Browse Source

删除对比代码

master
xyiege 4 years ago
parent
commit
88338a8eb7
  1. 9
      src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java

9
src/main/java/cn/chjyj/szwh/service/impl/AccountCloseServiceImpl.java

@ -171,15 +171,6 @@ public class AccountCloseServiceImpl implements AccountCloseService {
retmap.put("amount", acrd.getAmount());
retmap.put("ratio", acrd.getRatio());
retmap.put("id",acrd.getId());
/**
* "id": 7,
* "setting_id": 2,
* "role_type": 2,
* "cost_type": 1,
* "calculate": 1,
* "amount": "0.00",
* "ratio": "0.00"
*/
retlist.add(retmap);
}
}

Loading…
Cancel
Save