소스 검색

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.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}