fix settle_month

master
luoyang 5 years ago
parent 8b8ba802ad
commit 72637e1aa7

@ -3510,7 +3510,7 @@ public class ClientManagerImpl implements ClientManager, ManagerTodoNoticeProvid
}
List<JSONObject> transactions = clearingDistributedSurchargeMapper.findTransactions(client.getIntValue("client_id"));
transactions.forEach(e -> {
if ("Credit".equals(e.getString("type"))) {
if ("Credit".equals(e.getString("type")) && !"settle revoke".equals(e.getString("remark"))) {
JSONObject manager = managerMapper.findDetail(e.getString("operation"));
e.put("operator_displayname", manager.getString("display_name"));
}

Loading…
Cancel
Save