导入修改
This commit is contained in:
parent
36f54934e3
commit
52abc1d365
@ -873,13 +873,13 @@
|
|||||||
patient_phone,
|
patient_phone,
|
||||||
create_time
|
create_time
|
||||||
from patient_info
|
from patient_info
|
||||||
<where>
|
where
|
||||||
(patient_name, patient_phone) IN
|
del_flag = 0
|
||||||
<foreach item="list" index="index" collection="list" open="(" separator="," close=")">
|
and (patient_name, patient_phone) IN
|
||||||
(#{list.patientName}, #{list.patientPhone})
|
<foreach item="list" index="index" collection="list" open="(" separator="," close=")">
|
||||||
</foreach>
|
(#{list.patientName}, #{list.patientPhone})
|
||||||
AND date_format(create_time,'%y%m%d') = date_format(#{nowDate},'%y%m%d')
|
</foreach>
|
||||||
</where>
|
AND date_format(create_time,'%y%m%d') = date_format(#{nowDate},'%y%m%d')
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<insert id="insertPatientInfoList" useGeneratedKeys="true" keyProperty="id">
|
<insert id="insertPatientInfoList" useGeneratedKeys="true" keyProperty="id">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user