Commit c11fb9454e2ea46690f5f49ccb3a8c6b38e4b118

Authored by cfl
1 parent 5b36ab0828
Exists in master and in 2 other branches dev, luanping

秦皇岛全部孕妇全服产妇导出标题有建档日期和建档孕周变为领卷日期和领卷孕周

Showing 1 changed file with 9 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientFacade.java View file @ c11fb94
... ... @@ -2342,10 +2342,15 @@
2342 2342 cnames.put("cardNo", "身份证");
2343 2343 cnames.put("phone", "联系方式");
2344 2344 cnames.put("dueWeek", "当前孕周");
  2345 +
2345 2346 cnames.put("bTime", "建档日期");
2346 2347 cnames.put("normal", "建档状态");
2347 2348 cnames.put("cTimes", "产检次数");
2348 2349 cnames.put("createdWeek", "建档孕周");
  2350 + if("216".equals(hospital)){
  2351 + cnames.put("bTime", "领卷日期");
  2352 + cnames.put("createdWeek", "领卷孕周");
  2353 + }
2349 2354 cnames.put("dueDate", "预产期");
2350 2355 cnames.put("registerAddr", "户籍地址");
2351 2356 cnames.put("addr", "居住地址");
... ... @@ -2377,6 +2382,10 @@
2377 2382 cnames.put("fCh", "分娩医院");
2378 2383 cnames.put("firstBH", "首次建档医院");
2379 2384 cnames.put("bTime", "建档日期");
  2385 + if("216".equals(hospital)){
  2386 + cnames.put("bTime", "领卷日期");
  2387 + cnames.put("createdWeek", "领卷孕周");
  2388 + }
2380 2389 cnames.put("phone", "联系方式");
2381 2390 cnames.put("cardNo", "身份证号码");
2382 2391 cnames.put("remark", "备注");