|
@@ -55,11 +55,11 @@ public class BankinformationServiceImpl extends CommonBaseServiceImpl<Bankinform
|
|
|
String dateString = date2String(date, "yyyyMMdd");
|
|
String dateString = date2String(date, "yyyyMMdd");
|
|
|
int ym = Integer.parseInt(dateString);
|
|
int ym = Integer.parseInt(dateString);
|
|
|
|
|
|
|
|
- String date1 = date2String(date, "yyyymm");
|
|
|
|
|
|
|
+ String date1 = date2String(date, "yyyyMM");
|
|
|
date1 = date1 + "01 00:00:00";
|
|
date1 = date1 + "01 00:00:00";
|
|
|
Date d = null;
|
|
Date d = null;
|
|
|
try {
|
|
try {
|
|
|
- d = string2Date(date1, "yyyy-mm-dd hh:mm:ss");
|
|
|
|
|
|
|
+ d = string2Date(date1, "yyyy-MM-dd hh:mm:ss");
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
|
}
|
|
}
|