fix
This commit is contained in:
@@ -259,6 +259,9 @@ public class ExportRealizeServiceImpl implements ExportRealizeService {
|
||||
}
|
||||
|
||||
private List<Date> JsonToDate(String json) {
|
||||
if (StringUtils.isBlank(json)){
|
||||
return new ArrayList<>();
|
||||
}
|
||||
ObjectMapper mapper = new ObjectMapper();
|
||||
// 解析JSON字符串为JsonNode对象
|
||||
JsonNode jsonNode = null;
|
||||
|
||||
@@ -383,6 +383,9 @@ public class SignFranchiseServiceImpl implements SignFranchiseService, AuditResu
|
||||
|
||||
}
|
||||
private List<Date> JsonToDate(String json) {
|
||||
if (StringUtils.isBlank(json)){
|
||||
return new ArrayList<>();
|
||||
}
|
||||
ObjectMapper mapper = new ObjectMapper();
|
||||
// 解析JSON字符串为JsonNode对象
|
||||
JsonNode jsonNode = null;
|
||||
|
||||
Reference in New Issue
Block a user