jiangping
2025-02-17 dd5f54f84fdae40267ed76d714f863ccf5a61967
jtt808初始化
已修改1个文件
4 ■■■■ 文件已修改
server/services/src/main/java/com/doumee/service/system/impl/SystemDictDataServiceImpl.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
server/services/src/main/java/com/doumee/service/system/impl/SystemDictDataServiceImpl.java
@@ -143,8 +143,8 @@
        try {
            if(miniProgrammeDTO.getParkLatLngList()!=null){
                try {
                    TypeReference typeReference =  new TypeReference<List<List<BigDecimal>>>(){};
                    List<List<BigDecimal>> response = JSONObject.parseObject(miniProgrammeDTO.getParkLatLngList(), typeReference.getType());
                    TypeReference typeReference =  new TypeReference<List<Map<String,BigDecimal>>>(){};
                    List<Map<String,BigDecimal>> response = JSONObject.parseObject(miniProgrammeDTO.getParkLatLngList(), typeReference.getType());
                }catch (Exception e){
                    e.printStackTrace();
                    throw new BusinessException(ResponseStatus.BAD_REQUEST.getCode(),"运营区域参数解析有误!");