|
@@ -2156,8 +2156,8 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
} catch (ParseException e) {
|
|
} catch (ParseException e) {
|
|
throw new ServiceException("日期绑定错误");
|
|
throw new ServiceException("日期绑定错误");
|
|
}
|
|
}
|
|
- String StartDate = formatStr.format(Start_dataStr);
|
|
|
|
- String endDate = formatStr.format(end_dataStr);
|
|
|
|
|
|
+ String StartDate = formatStr.format(Start_dataStr).trim().replace(" ","");
|
|
|
|
+ String endDate = formatStr.format(end_dataStr).trim().replace(" ","");
|
|
if (StartDate.equals(endDate)) {
|
|
if (StartDate.equals(endDate)) {
|
|
myData = StartDate;
|
|
myData = StartDate;
|
|
} else {
|
|
} else {
|