Commit 4d4425ad581520d5ec044bb1ae333b9b449fcc51
1 parent
d4403fa910
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 2 additions and 1 deletions
platform-biz-service/src/main/resources/mainOrm/master/MasterLis.xml
View file @
4d4425a
... | ... | @@ -361,7 +361,8 @@ |
361 | 361 | APPLY_DOCTOR AS applyDoctor, |
362 | 362 | APPLY_DEPT AS applyDept, |
363 | 363 | HOSPITAL_ID AS hospitalId, |
364 | - CHECKER AS checker | |
364 | + CHECKER AS checker, | |
365 | + PHONE AS phone | |
365 | 366 | FROM LIS_REPORT_TBL |
366 | 367 | <include refid="LisCondition"/> |
367 | 368 | AND PHONE IS NOT NULL AND VCCARDNO IS NOT NULL |