fix(业务): 业务补丁
All checks were successful
代码检查 / 代码检查 (pull_request) Successful in 16s

json 补丁
This commit is contained in:
筱锋xiao_lfeng 2024-04-18 15:21:38 +08:00
parent e0d4d0e9c7
commit 3e2b10c049
No known key found for this signature in database
GPG Key ID: F693AA12AABBFA87

View File

@ -5,6 +5,7 @@ import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;
import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo; import com.github.pagehelper.PageInfo;
import com.google.gson.Gson;
import com.jsl.oa.annotations.NeedPermission; import com.jsl.oa.annotations.NeedPermission;
import com.jsl.oa.dao.ProjectDAO; import com.jsl.oa.dao.ProjectDAO;
import com.jsl.oa.dao.RoleDAO; import com.jsl.oa.dao.RoleDAO;
@ -34,9 +35,9 @@ import java.util.ArrayList;
import java.util.HashMap; import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Objects; import java.util.Objects;
import com.google.gson.Gson;
import static java.lang.System.*; import static java.lang.System.currentTimeMillis;
import static java.lang.System.out;
/** /**
* <h1>项目服务层实现类</h1> * <h1>项目服务层实现类</h1>