陈昶聿
2 天以前 9819e228f5ee6ace0ad0ec56661f6da953f5148f
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="("