smartor/src/main/resources/mapper/smartor/ServiceSubtaskMapper.xml
@@ -2268,9 +2268,6 @@ <if test="orgid != null and orgid != ''"> AND orgid = #{orgid} </if> <if test="deptcode != null and deptcode != ''"> AND deptcode = #{deptcode} </if> <if test="leavehospitaldistrictcodes != null and leavehospitaldistrictcodes.size() > 0"> AND leavehospitaldistrictcode IN <foreach collection="leavehospitaldistrictcodes" item="leavehospitaldistrictcode" open="("