Browse Source

no message

FengChaoYu 1 week ago
parent
commit
bf2f6e7340
1 changed files with 1 additions and 1 deletions
  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.mobile
         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
             a.type = 'WORKER'
             AND uca.company_wechat_id = #{companyWechatId}