Commit 16ea95a865b05699eb538a8e1bcda8e4462cba05

Authored by liquanyu
1 parent 120f0827b8

产检节点统计

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/dal/impl/AntenatalExaminationDaoImpl.java View file @ 16ea95a
... ... @@ -152,7 +152,7 @@
152 152 String map = "function(){ " +
153 153 " if (this.hospitalId == '"+hospitalId+"' && this.checkTime != null && this.lastMenses != null) { " +
154 154 " var end = this.checkTime; " +
155   - " var week = parseInt(this.cDay/7)" +
  155 + " var week = parseInt(this.cDay/7); " +
156 156 " if (week >= "+startWeek+" && week <= "+endWeek+")" +
157 157 " { " +
158 158 " emit(this._id,{checkTime:end,parentId:this.parentId}); " +