Commit e3652b9a37c69cf405659936fdf036e29e929b72
1 parent
e87cb06069
Exists in
master
and in
6 other branches
his lis开发
Showing 1 changed file with 5 additions and 3 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterLis.xml
View file @
e3652b9
| ... | ... | @@ -106,12 +106,14 @@ |
| 106 | 106 | <if test="lisId != null and lisId != ''"> |
| 107 | 107 | AND LIS_ID = #{lisId} |
| 108 | 108 | </if> |
| 109 | - <if test="hospitalId != null and hospitalId != ''"> | |
| 110 | - AND HOSPITAL_ID = #{hospitalId} | |
| 111 | - </if> | |
| 112 | 109 | <if test="vcCardNo != null and vcCardNo != ''"> |
| 113 | 110 | AND VCCARDNO = #{vcCardNo} |
| 114 | 111 | </if> |
| 112 | + | |
| 113 | + <if test="hospitalId != null and hospitalId != ''"> | |
| 114 | + AND HOSPITAL_ID = #{hospitalId} | |
| 115 | + </if> | |
| 116 | + | |
| 115 | 117 | </select> |
| 116 | 118 | |
| 117 | 119 | <select id="queryLisItemByModel" parameterType="com.lyms.platform.permission.model.LisReportItemModel" |