Commit 099a75e2e1e18edda13d9acdbd0f696fda87f3f2
1 parent
13a7a117bf
Exists in
master
and in
6 other branches
孕妇学校
Showing 2 changed files with 2 additions and 2 deletions
platform-msg-generate/src/main/java/com/lyms/platform/msg/service/impl/MsgGenerateServiceImpl.java
View file @
099a75e
... | ... | @@ -208,7 +208,7 @@ |
208 | 208 | |
209 | 209 | List<CourseModel> courseModels = courseService.queryCourseList(query); |
210 | 210 | |
211 | - logger.info("The generateCourseMsg configs hospital size is {}",courseModels.size()); | |
211 | + logger.info("The generateCourseMsg courses hospital size is {}",courseModels.size()); | |
212 | 212 | if (CollectionUtils.isNotEmpty(courseModels)) |
213 | 213 | { |
214 | 214 | int end = 0; |
platform-msg-generate/src/main/java/com/lyms/platform/msg/worker/CourseMsgGenerateWorker.java
View file @
099a75e
... | ... | @@ -74,7 +74,7 @@ |
74 | 74 | |
75 | 75 | String hospitalId = course.getHospitalId(); |
76 | 76 | |
77 | - logger.info("genernate course hospital id = "+hospitalId); | |
77 | + logger.info("genernate course hospital id = "+hospitalId +";courseName="+course.getCourseName()); | |
78 | 78 | if (StringUtils.isEmpty(hospitalId)) |
79 | 79 | { |
80 | 80 | continue; |