ct 1 týždeň pred
rodič
commit
21d79952f0

+ 2 - 2
fs-service/src/main/resources/mapper/sop/SopUserLogsMapper.xml

@@ -210,8 +210,8 @@
             and b.send_type != 4 and b.status in (2,3)
             and c.`status` = 1
         <if test="sopIds != null and !sopIds.isEmpty()">
-            and a.sop_id in ("85e6fdb7cdc555f1042317dd8a3770e0")
-<!--            <foreach collection="sopIds" open="(" close=")" index="index" item="item" separator=",">#{item}</foreach>-->
+            and a.sop_id in
+            <foreach collection="sopIds" open="(" close=")" index="index" item="item" separator=",">#{item}</foreach>
         </if>
     </select>