wuxw
2025-03-03 ef905363be52c021fe5384b2a5e17600fb1d2928
java110-db/src/main/resources/mapper/oa/WorkPoolV1ServiceDaoImplMapper.xml
@@ -231,7 +231,7 @@
            and t.wt_id= #{wtId}
        </if>
        <if test="states != null">
            and t.state in
            and wtk.state in
            <foreach collection="states" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
@@ -296,7 +296,7 @@
            and t.wt_id= #{wtId}
        </if>
        <if test="states != null">
            and t.state in
            and wtk.state in
            <foreach collection="states" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>