‘linchangsheng’ 6 달 전
부모
커밋
65f96d00cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mall-server-api/src/main/resources/mapper/NoticeRecordBeanMapper.xml

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

@@ -88,7 +88,7 @@
         notice_websit a
         ${ex.query}
         <if test="adminCompanyIds != null and adminCompanyIds.size > 0">
-            and a.admin_company_id  in
+            and a.company_wechat_id  in
             <foreach item="item" index="index" collection="adminCompanyIds" open="(" separator=","
                      close=")">
                 #{item}