filicat

Results 3 comments of filicat

问题描述中"导出的excel文件实际内容改成了json"就是抛出异常后的现象, 这就是我放弃使用java增强的原因

```java package org.jeecg.modules.demo.hk.cgformtest; import com.alibaba.fastjson.JSONObject; import lombok.extern.slf4j.Slf4j; import org.jeecg.common.exception.JeecgBootException; import org.jeecg.modules.online.cgform.enhance.CgformEnhanceJavaInter; import org.jeecg.modules.online.cgform.enhance.CgformEnhanceJavaListInter; import org.jeecg.modules.online.config.exception.BusinessException; import java.util.Arrays; import java.util.Collection; import java.util.List; import java.util.Map; import java.util.stream.Collectors; @Slf4j public class CgformEnhanceExportTest implements...

> 你版本太老了,这个后来的版本进行了处理。 > > 你可以看下目前版本在这个文件 src/hooks/system/useMethods.ts 感谢回复, 请问是只改前端就可以了吗? 后端不用修改吗