浏览代码

no message

FengChaoYu 1 周之前
父节点
当前提交
bf2f6e7340
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/CommonMapper.xml

@@ -1070,7 +1070,7 @@
             a.nick_name,
             a.nick_name,
             a.mobile
             a.mobile
         FROM
         FROM
-            user a JOIN user_company_attr uca ON a.user_id = uca.user_id
+            user a JOIN user_company_credit uca ON a.user_id = uca.user_id
         WHERE
         WHERE
             a.type = 'WORKER'
             a.type = 'WORKER'
             AND uca.company_wechat_id = #{companyWechatId}
             AND uca.company_wechat_id = #{companyWechatId}