陈昶聿
5 天以前 ec23ec3d3dc4ec1ba7d79ba4f46ae2c31d5a16a9
smartor/src/main/resources/mapper/smartor/PatMedInspectionMapper.xml
@@ -98,7 +98,8 @@
    <select id="selectPatMedInspectionList" parameterType="com.smartor.domain.PatMedInspection"
            resultMap="PatMedInspectionResult">
        <include refid="selectPatMedInspectionVo"/>
        <where>
        WHERE 1=1
            <if test="projecttype != null">and projecttype = #{projecttype}</if>
            <if test="inhospno != null">and inhospno = #{inhospno}</if>
            <if test="patidHis != null">and patid_his = #{patidHis}</if>
@@ -140,7 +141,7 @@
            <if test="pguid != null">and pguid = #{pguid}</if>
            <if test="guid != null">and guid = #{guid}</if>
            <if test="pid != null">and pid = #{pid}</if>
        </where>
--         order by update_time desc
    </select>