陈昶聿
6 天以前 987e38327f849e1b13d8541246dde08d877db0e8
smartor/src/main/resources/mapper/smartor/HospitalUserinfoMapper.xml
@@ -184,7 +184,6 @@
    <select id="selectHospitalUserinfoList" parameterType="HospitalUserinfo" resultMap="HospitalUserinfoResult">
        <include refid="selectHospitalUserinfoVo"/>
        WHERE 1=1
            <if test="SourceSystem != null  and SourceSystem != ''">and SourceSystem = #{SourceSystem}</if>
            <if test="MessageID != null  and MessageID != ''">and MessageID = #{MessageID}</if>
            <if test="CreateTime != null  and CreateTime != ''">and CreateTime = #{CreateTime}</if>
@@ -284,7 +283,6 @@
            <if test="Bednur != null  and Bednur != ''">and Bednur = #{Bednur}</if>
            <if test="Regdoc != null  and Regdoc != ''">and Regdoc = #{Regdoc}</if>
            <if test="orgid != null  and orgid != ''">and orgid = #{orgid}</if>
    </select>
    <select id="selectHospitalUserinfoByID" parameterType="Long" resultMap="HospitalUserinfoResult">