Commit 4b5cce302d80a5e13cd2d15a0d9a30f6bee83a02

Authored by yangfei
1 parent d20655e3a2
Exists in master and in 1 other branch dev

乐陵住院统计提醒失败bug解决

Showing 1 changed file with 1 additions and 4 deletions

platform-biz-service/src/main/resources/mainOrm/master/PatientMarkHospital.xml View file @ 4b5cce3
... ... @@ -425,8 +425,6 @@
425 425 FROM
426 426 patient_mark_hospital
427 427 <include refid="PatientMarkHospitalCondition"/>
428   - and
429   - in_hospit_status = 2
430 428 UNION
431 429 SELECT
432 430 '住院提醒' as type,
... ... @@ -466,8 +464,7 @@
466 464 FROM
467 465 patient_mark_hospital
468 466 <include refid="PatientMarkHospitalCondition"/>
469   - and
470   - in_hospit_status = 2
  467 +
471 468 </select>
472 469  
473 470