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