把收银呗字全部转化

This commit is contained in:
liuyingfang
2024-02-21 11:47:05 +08:00
parent e2aa4e954f
commit 6e6e2ec70d
4 changed files with 8 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ package cn.pluss.platform.ryx.impl;
// String posMerId = result.getString("posMerId");
// merchantPlugin.setPosMerId(posMerId);
// merchantPluginService.updateById(merchantPlugin);
// sxfMerAuditHandler.sendNotice(userApp, "收银呗审核通知", "商户插件审核通过", applicationId + "_" + ryxAccessModel.getReqTime());
// sxfMerAuditHandler.sendNotice(userApp, "银收客审核通知", "商户插件审核通过", applicationId + "_" + ryxAccessModel.getReqTime());
// }
//
// if ("4".equals(taskStatus)) {
@@ -157,7 +157,7 @@ package cn.pluss.platform.ryx.impl;
// merchantPlugin.setStatus(MerchantChannelStatus.AUDIT_STATUS_REJECT);
// merchantPlugin.setRemark(remark);
// merchantPluginService.updateById(merchantPlugin);
// sxfMerAuditHandler.sendNotice(userApp, "收银呗审核通知", remark, applicationId + "_" + ryxAccessModel.getReqTime());
// sxfMerAuditHandler.sendNotice(userApp, "银收客审核通知", remark, applicationId + "_" + ryxAccessModel.getReqTime());
// }
//
// MerchantAuditRecord lastRecord = auditRecordService.getLastRecord(userApp.getMerchantCode());