|
|
|
@ -97,9 +97,7 @@ public class PostponeClientTask {
|
|
|
|
clientRateMapper.saveRate(record);
|
|
|
|
clientRateMapper.saveRate(record);
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
if(p.getBooleanValue("tax_in_surcharge")){
|
|
|
|
|
|
|
|
clientModifySupport.processClientConfigModify(new SwitchPermissionModify(null, p.getString("client_moniker"), "tax_in_surcharge", false));
|
|
|
|
clientModifySupport.processClientConfigModify(new SwitchPermissionModify(null, p.getString("client_moniker"), "tax_in_surcharge", false));
|
|
|
|
}
|
|
|
|
|
|
|
|
adminAccounts.forEach(o -> {
|
|
|
|
adminAccounts.forEach(o -> {
|
|
|
|
sendClientPostponeNotify(o, expireDate);
|
|
|
|
sendClientPostponeNotify(o, expireDate);
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|