陈昶聿
8 小时以前 066e23c438ec762c522d39817b513a13ec6b3767
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},
            '%')