|
@@ -10,7 +10,7 @@
|
|
<result column="gmt_modified" property="gmtModified" />
|
|
<result column="gmt_modified" property="gmtModified" />
|
|
<result column="creator" property="creator" />
|
|
<result column="creator" property="creator" />
|
|
<result column="modifier" property="modifier" />
|
|
<result column="modifier" property="modifier" />
|
|
- <result column="code" property="code" />
|
|
|
|
|
|
+ <!--<result column="code" property="code" />-->
|
|
<result column="name" property="name" />
|
|
<result column="name" property="name" />
|
|
<result column="address" property="address" />
|
|
<result column="address" property="address" />
|
|
<result column="spell" property="spell" />
|
|
<result column="spell" property="spell" />
|
|
@@ -25,9 +25,9 @@
|
|
select a.*
|
|
select a.*
|
|
from tran_hospital_info a
|
|
from tran_hospital_info a
|
|
where a.is_deleted='N'
|
|
where a.is_deleted='N'
|
|
- <if test="hospitalInfoPageVO.code!=null and hospitalInfoPageVO.code!=''">
|
|
|
|
|
|
+ <!--<if test="hospitalInfoPageVO.code!=null and hospitalInfoPageVO.code!=''">
|
|
and a.code like concat("%",#{hospitalInfoPageVO.code},"%")
|
|
and a.code like concat("%",#{hospitalInfoPageVO.code},"%")
|
|
- </if>
|
|
|
|
|
|
+ </if>-->
|
|
<if test="hospitalInfoPageVO.name!=null and hospitalInfoPageVO.name!=''">
|
|
<if test="hospitalInfoPageVO.name!=null and hospitalInfoPageVO.name!=''">
|
|
and a.name like concat("%",#{hospitalInfoPageVO.name},"%")
|
|
and a.name like concat("%",#{hospitalInfoPageVO.name},"%")
|
|
</if>
|
|
</if>
|