sinake
2 天以前 bcf20ff94e24fca976b95db7ae73eef624c93dd8
捐献确认基本信息集合接口调整inpatientno增加空判断
已修改1个文件
2 ■■■ 文件已修改
ruoyi-project/src/main/resources/mapper/project/ServiceRelativesconfirmationMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-project/src/main/resources/mapper/project/ServiceRelativesconfirmationMapper.xml
@@ -315,7 +315,7 @@
                #{treatmenthospitalname}
            </if>
            <if test="name != null and name != ''">AND sd.Name = #{name}</if>
            <if test="inpatientno != null ">AND sd.InpatientNo = #{inpatientno}</if>
            <if test="inpatientno != null and inpatientno != ''">AND sd.InpatientNo = #{inpatientno}</if>
            <if test="responsibleusername != null and responsibleusername != ''">AND sd.ResponsibleUserName =
                #{responsibleusername}
            </if>