Commit c06bf0a5f6781f6dfec416b3012790ae4776a932
1 parent
238e9bd07c
Exists in
master
and in
6 other branches
服务类型添加
Showing 2 changed files with 3 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/SmsServiceEnums.java
View file @
c06bf0a
... | ... | @@ -66,7 +66,8 @@ |
66 | 66 | RXATX(52,"乳腺癌提醒",48,"4"), |
67 | 67 | GJATX(53,"宫颈癌提醒",48,"4"), |
68 | 68 | XSTX(54,"儿童新筛提醒",14,"2"), |
69 | - YQZD(55,"孕前指导",48,"4"); | |
69 | + YQZD(55,"孕前指导",48,"4"), | |
70 | + ZYZDTX(56," 中医指导提醒",21,"2"); | |
70 | 71 | |
71 | 72 | |
72 | 73 | private SmsServiceEnums(int id,String name,int pid,String serviceObj){ |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientSyncMysqlFacade.java
View file @
c06bf0a
... | ... | @@ -1581,6 +1581,7 @@ |
1581 | 1581 | System.out.println("syncMatdeliverToMysql" + page); |
1582 | 1582 | System.out.println("syncMatdeliverToMysql query "+matDeliverQuery.convertToQuery().convertToMongoQuery().toString()); |
1583 | 1583 | List <MaternalDeliverModel> maternalDeliverModels = matDeliverService.pageQuery(matDeliverQuery); |
1584 | + System.out.println(maternalDeliverModels.size()); | |
1584 | 1585 | if (CollectionUtils.isEmpty(maternalDeliverModels)) |
1585 | 1586 | { |
1586 | 1587 | System.out.println("同步完成syncMatdeliverToMysql"); |