zhijiezhao 6 月之前
父節點
當前提交
427fff3f08

+ 1 - 1
src/main/java/com/caimei/service/wechat/impl/WxUserServiceImpl.java

@@ -80,7 +80,7 @@ public class WxUserServiceImpl implements WxUserService {
             shopName = shop.getShopName();
         }
         String verifyCode = "prod".equals(active) ? CodeUtil.generateCodeInt(6) : "666666";
-        String content = "("+ shopName +")您认证通短信验证码为:" + verifyCode + ",该验证码 " + (1 == type ? 30 : 5) + " 分钟内有效,请勿泄漏于他人。【采美网提供技术支持】";
+        String content = "【采美网提供技术支持】("+ shopName +")您认证通短信验证码为:" + verifyCode + ",该验证码 " + (1 == type ? 30 : 5) + " 分钟内有效,请勿泄漏于他人。";
         Boolean sendSms = SmsUtils.sendSms(1, mobile, content);
         String msgType = 1 == type ? "注册" : 2 == type ? "忘记密码" : "";
         if (!sendSms) {

+ 1 - 1
src/main/resources/mapper/AuthMapper.xml

@@ -384,7 +384,7 @@
                mobile,
                authCode,
                authDate,
-               empNum,
+               ifnull(empNum,0) as "empNum",
                if(customFlag = 1, remarks, '')                                              as remarks
         from cm_brand_auth a
                  left join province p on a.provinceId = p.provinceID