陈昶聿
5 天以前 987e38327f849e1b13d8541246dde08d877db0e8
smartor/src/main/resources/mapper/smartor/PatMedOuthospProvisionalMapper.xml
@@ -53,8 +53,10 @@
    <select id="selectPatMedOuthospProvisionalList" parameterType="com.smartor.domain.PatMedOuthospProvisional"
            resultMap="PatMedOuthospProvisionalResult">
        <include refid="selectPatMedOuthospProvisionalVo"/>
        <where>
            del_flag=0
        WHERE 1=1
            <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if>
            AND del_flag=0
                        <if test="outhospno != null  and outhospno != ''">
                            and outhospno = #{outhospno}
                        </if>
@@ -148,7 +150,7 @@
                        <if test="campusid != null  and campusid != ''">
                            and campusid = #{campusid}
                        </if>
        </where>
    </select>
    <select id="selectPatMedOuthospProvisionalById" parameterType="Long"