|
|
@ -68,7 +68,7 @@ public class OcrTaskPackageServiceImpl extends ServiceImpl<OcrTaskPackageMapper,
|
|
|
|
if(search!=null){
|
|
|
|
if(search!=null){
|
|
|
|
Map map = JSONObject.parseObject(search.toString(), Map.class);
|
|
|
|
Map map = JSONObject.parseObject(search.toString(), Map.class);
|
|
|
|
record.putAll(map);
|
|
|
|
record.putAll(map);
|
|
|
|
record.put("createTime",map.getOrDefault("submit_date_timestamp","").toString());
|
|
|
|
record.put("searchTime",map.getOrDefault("submit_date_timestamp","").toString());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|