Przeglądaj źródła

Merge branch 'master' of git.nanodreamtech.com:Boss/yizhizan-server

shaoguo 7 miesięcy temu
rodzic
commit
6106bd68b1

+ 3 - 2
src/main/resources/mapper/resumes/PostPushDao.xml

@@ -261,9 +261,10 @@
           and p.status = 2
           and p.status = 2
         GROUP BY BINARY rule_classify_name
         GROUP BY BINARY rule_classify_name
     </select>
     </select>
-    <select id="getAdminPostPushList" resultType="com.sqx.modules.resumes.entity.PostPush">
+    <select id="getAdminPostPushList" parameterType="com.sqx.modules.resumes.entity.PostPush"
+            resultType="com.sqx.modules.resumes.entity.PostPush">
         SELECT p.*,
         SELECT p.*,
-        u.user_id,
+<!--        u.user_id,-->
         IFNULL(c.company_name, "企业不存在") AS company_name,
         IFNULL(c.company_name, "企业不存在") AS company_name,
         IFNULL(u.user_name, "未设置") AS user_name
         IFNULL(u.user_name, "未设置") AS user_name
         FROM post_push p
         FROM post_push p