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}, '%')