修改:CRM 商业智能,合并模块到 crm,优化查询

This commit is contained in:
安浩浩
2024-01-31 23:35:27 +08:00
parent acb8d3f23b
commit 46e01e07a8
37 changed files with 278 additions and 715 deletions

View File

@ -20,7 +20,6 @@ import java.util.List;
public class DeptApiImpl implements DeptApi {
@Resource
@Lazy // 延迟加载,解决相互依赖的问题
private DeptService deptService;
@Override