- 博客(4)
- 收藏
- 关注
原创 CRM相关SQL语句
CustomerReport.xml select ${groupType} groupType,count(c.id) number from customer c left join employee e on c.seller_id = e.id <where> c.status = 0 <if test="keyword!=null"> and e.name like concat('%',#{keywo
2020-12-07 11:59:34
388
原创 realm登录认证
CrmRealm @Component public class CrmRealm extends AuthorizingRealm { @Autowired private EmployeeMapper employeeMapper; @Autowired private RoleMapper roleMapper; @Autowired private PermissionMapper permissionMapper; @Autowired
2020-12-07 11:52:47
563
原创 CRM--permission权限管理
](CRM项目) 复制配置文件 创建包cn.wolfcode.config cn.wolfcode.controller cn.wolfcode.service cn.wolfcode.service.impl cn.wolfcode.qo cn.wolfcode.util 在main路径下创建webapp/WEB-INF/web.xml和views包 cn.wolfcode.config里写MyFreemarkerConfig MyFreemarkerConfig类 public class MyFree
2020-12-04 19:54:57
441
原创 统计报表-crm
时间格式问题 QueryObject // 当前页 private int currentPage = 1; // 每页条数 private int pageSize = 3; 报表QueryObject继承QueryObject private String keyword; @DateTimeFormat(pattern = "yyyy-MM-dd") private Date beginDate;//开始时间 @DateTimeFormat(pat
2020-12-04 19:53:21
308
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人