| ruoyi-project/src/main/resources/mapper/project/ServiceRelativesconfirmationMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | 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>