陈昶聿
11 小时以前 64f3a44f835a917c7d4157856ea4a1ede84b26a9
smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -364,6 +364,12 @@
                #{operationItemIdItem}
            </foreach>
        </if>
        <if test="inhospids != null and inhospids.size() > 0">
            AND inhospid IN
            <foreach collection="inhospids" item="inhospidItem" open="(" separator="," close=")">
                #{inhospidItem}
            </foreach>
        </if>
        <if test="templateid != null  and templateid != ''">and templateid = #{templateid}</if>
        <if test="templatename != null  and templatename != ''">and templatename like concat('%', #{templatename},
            '%')