| | |
| | | <select id="selectPatMedOuthospProvisionalList" parameterType="com.smartor.domain.PatMedOuthospProvisional" |
| | | resultMap="PatMedOuthospProvisionalResult"> |
| | | <include refid="selectPatMedOuthospProvisionalVo"/> |
| | | <where> |
| | | del_flag=0 |
| | | where 1=1 |
| | | and del_flag = 0 |
| | | <if test="outhospno != null and outhospno != ''"> |
| | | and outhospno = #{outhospno} |
| | | </if> |
| | |
| | | <if test="campusid != null and campusid != ''"> |
| | | and campusid = #{campusid} |
| | | </if> |
| | | </where> |
| | | </select> |
| | | |
| | | <select id="selectPatMedOuthospProvisionalById" parameterType="Long" |