| | |
| | | create_time, |
| | | isupload, |
| | | upload_time, |
| | | orgid, |
| | | pid, |
| | | guid, |
| | | text_param, |
| | |
| | | leaveicd10code, |
| | | orgid, |
| | | visit_type, |
| | | management_doctor, |
| | | management_doctor_code, |
| | | continue_flag, |
| | | continue_time_now, |
| | | continue_content, |
| | |
| | | #{operationItemIdItem} |
| | | </foreach> |
| | | </if> |
| | | <if test="inhospids != null and inhospids.size() > 0"> |
| | | AND inhospid IN |
| | | <foreach collection="inhospids" item="inhospidItem" open="(" separator="," close=")"> |
| | | #{inhospidItem} |
| | | </foreach> |
| | | </if> |
| | | <if test="templateid != null and templateid != ''">and templateid = #{templateid}</if> |
| | | <if test="templatename != null and templatename != ''">and templatename like concat('%', #{templatename}, |
| | | '%') |