fix: 修复基础数据修改将床架时间置为空,查询添加创建时间查询

master
wyb 1 year ago
parent 2fe2a06ee8
commit a3358a509a

@ -49,7 +49,8 @@
`dis_date`,`dis_dept`, `dis_dept_name`,
`attending`, `attending_name`,
`is_dead`,`file_source`,
`jzh`,`bed_no`, `jz_card_no`, `total_cost`
`jzh`,`bed_no`, `jz_card_no`, `total_cost`,
`create_time`, `update_time`
from docus_medicalrecord.t_basic
where jzh in <foreach collection="jzhs" item="jzh" open="(" close=")" separator=",">
#{jzh}

Loading…
Cancel
Save