陈昶聿
4 天以前 8b3cc6c44c82c6a0b172f389b9e03c98101ba0a7
smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
@@ -1003,8 +1003,8 @@
        service_subtask
        <where>
            del_flag = 0
            and service_type=2
            and is_visit_again = 0
            and service_type = 2
            and is_visit_again = 2
            <if test="orgid != null">
                AND orgid = #{orgid}
            </if>
@@ -1033,7 +1033,7 @@
        service_subtask
        <where>
            del_flag = 0
            and service_type=2
            and service_type = 2
            and is_visit_again = 1
            <if test="orgid != null">
                AND orgid = #{orgid}