把收银呗字全部转化,并且收银点更改

This commit is contained in:
liuyingfang
2024-02-21 11:46:12 +08:00
parent 028a427405
commit e2aa4e954f
42 changed files with 192 additions and 173 deletions

View File

@@ -2029,7 +2029,7 @@ public class MerchantController {
result.put("userImg", userImg);
result.put("nickName", nickName);
String storeName = "收银呗商家";
String storeName = "银收客商家";
UserApp userApp = new UserApp();
userApp.setUserId(Long.parseLong(userAppId));
userApp = userAppService.queryUserApp(userApp);
@@ -3067,8 +3067,8 @@ public class MerchantController {
// log.info("=========推送人userId======" + JSON.toJSONString(aliass) + "=========金额=======" + amount);
// aliass.add(userId);
//
// GeneralPushUtil.sendAllPlatByAlias(aliass, "收银呗到账通知", "收银呗到账" + amount + "元", "3");
// log.debug("===============================收银呗到账" + amount + "元");
// GeneralPushUtil.sendAllPlatByAlias(aliass, "银收客到账通知", "银收客到账" + amount + "元", "3");
// log.debug("===============================银收客到账" + amount + "元");
// }
// SimpleDateFormat sFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
// merchantOrder.setTransDt(sFormat.parse(pay_time));
@@ -3152,8 +3152,8 @@ public class MerchantController {
// log.debug("=================ji guang tuisong===========================================");
// List<String> aliass = userAppService.storeMemberList(merchantCode);
//
// GeneralPushUtil.sendAllPlatByAlias(aliass, "收银呗到账通知", "收银呗到账" + amount + "元", "3");
// log.debug("===============================收银呗到账" + amount + "元");
// GeneralPushUtil.sendAllPlatByAlias(aliass, "银收客到账通知", "银收客到账" + amount + "元", "3");
// log.debug("===============================银收客到账" + amount + "元");
// }
// }
// }

View File

@@ -1764,7 +1764,7 @@ public class VIPController {
baseInfo.put("logo_url","http://mmbiz.qpic.cn/mmbiz/p98FjXy8LacgHxp3sJ3vn97bGLz0ib0Sfz1bjiaoOYA027iasqSG0sjpiby4vce3AtaPu6cIhBHkt6IjlkY9YnDsfw/0");
baseInfo.put("brand_name","收银呗");
baseInfo.put("brand_name","银收客");
baseInfo.put("code_type","CODE_TYPE_TEXT");
baseInfo.put("title","白金尊贵会员卡");
baseInfo.put("color","Color010");