Browse Source

添加url记录

pengjing 1 year ago
parent
commit
2e95f3a1e4

+ 5 - 0
h5app/src/views/pages/wxMessage/companyInfo.vue

@@ -0,0 +1,5 @@
+<template>
+  <div>
+
+  </div>
+</template>

+ 5 - 0
h5app/src/views/pages/wxMessage/jobUserInfo.vue

@@ -0,0 +1,5 @@
+<template>
+  <div>
+
+  </div>
+</template>

+ 1 - 1
src/main/java/com/hz/employmentsite/services/impl/jobUserManager/RecommendMgtServiceImpl.java

@@ -188,7 +188,7 @@ public class RecommendMgtServiceImpl implements RecommendMgtService {
                         boolean result = wechatService.sendMsg(item.get("companyOpenId").toString(), recommendmgtid, toCompanyTemp.getUrl() + "?recommendmgtid=" + recommendmgtid, toCompanyTemp.getTemplateId(), data);
 
                         if (result) {
-                            pcRecommendMgt.setIsSendUser(true);
+                            pcRecommendMgt.setIsSendCompany(true);
                             pcRecommendMgtMapper.updateByPrimaryKey(pcRecommendMgt);
                         }
                     } catch (Exception e) {