Commit e2f864e0ef0b526d7ac7c551a9bc5a3608ec6913

Authored by gengxiaokai
1 parent 585dd4a89d

四川南充医院Lis接口更新

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/hospitalapi/Nczxyy/NczxyyLisService.java View file @ e2f864e
... ... @@ -238,7 +238,7 @@
238 238 SimpleDateFormat df = new SimpleDateFormat("yyyy-MM-dd");
239 239 String EndDate=df.format(new Date());
240 240 c.setTime(new Date());
241   - c.add(Calendar.YEAR, -1);
  241 + c.add(Calendar.MONTH, -1);
242 242 Date date = c.getTime();
243 243 String StartDate=df.format(date);
244 244 String url="http://mihp.nc120.cn/PlatformService/platform/api";