Browse Source

no message

FengChaoYu 6 months ago
parent
commit
6aff5e4247
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

@@ -225,7 +225,7 @@
             <if test="workers != null and workers.size > 0">
                 AND (
                 a.worker_id IN
-                <foreach item="item" index="index" collection="ex.adminWebsitIds" open="(" separator="," close=")">
+                <foreach item="item" index="index" collection="workers" open="(" separator="," close=")">
                     #{item}
                 </foreach>
                 )