Your Name
2023-07-11 d7d9b601b2e4fdb663375993e2cfbdbd363df421
java110-db/src/main/resources/mapper/community/MaintainanceItemValueV1ServiceDaoImplMapper.xml
@@ -24,6 +24,12 @@
        <if test="itemId !=null and itemId != ''">
            and t.item_id= #{itemId}
        </if>
        <if test="itemIds !=null">
            and t.item_id in
            <foreach collection="itemIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="valueId !=null and valueId != ''">
            and t.value_id= #{valueId}
        </if>
@@ -80,6 +86,12 @@
        <if test="itemId !=null and itemId != ''">
            and t.item_id= #{itemId}
        </if>
        <if test="itemIds !=null">
            and t.item_id in
            <foreach collection="itemIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        <if test="valueId !=null and valueId != ''">
            and t.value_id= #{valueId}
        </if>