Merge branch 'master' of http://192.168.0.105:10010/r/zhba_management_w
Conflicts:
src/main/java/org/springblade/modules/system/controller/UserController.java
| | |
| | | param.put(TokenConstant.DETAIL, userInfo.getDetail()); |
| | | param.put("jurisdiction", user.getJurisdiction()); |
| | | param.put("cardid", user.getCardid()); |
| | | param.put("Id", user.getId()); |
| | | |
| | | //拼装accessToken |
| | | try { |
| | |
| | | .set(TokenConstant.ROLE_ID, user.getRoleId()) |
| | | .set("jurisdiction", user.getJurisdiction()) |
| | | .set("cardid", user.getCardid()) |
| | | .set("Id", user.getId()) |
| | | .set(TokenConstant.OAUTH_ID, userInfo.getOauthId()) |
| | | .set(TokenConstant.ACCOUNT, user.getAccount()) |
| | | .set(TokenConstant.USER_NAME, user.getAccount()) |
| | |
| | | private Date permitime; |
| | | private String reason; |
| | | private String examinetime; |
| | | private String cardid; |
| | | private String representativecell; |
| | | private String contacts; |
| | | private String contactscell; |
| | | |
| | | |
| | | } |
| | |
| | | <result column="permitime" property="permitime"/> |
| | | <result column="ptype" property="ptype"/> |
| | | <result column="examinetime" property="examinetime"/> |
| | | <result column="cardid" property="cardid"/> |
| | | <result column="representativecell" property="representativecell"/> |
| | | <result column="contacts" property="contacts"/> |
| | | <result column="contactscell" property="contactscell"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date permitime; |
| | | private String reason; |
| | | private String cardid; |
| | | private String representativecell; |
| | | private String contacts; |
| | | private String contactscell; |
| | | |
| | | |
| | | } |
| | |
| | | <result column="deptid" property="deptid"/> |
| | | <result column="permitime" property="permitime"/> |
| | | <result column="ptype" property="ptype"/> |
| | | <result column="cardid" property="cardid"/> |
| | | <result column="representativecell" property="representativecell"/> |
| | | <result column="contacts" property="contacts"/> |
| | | <result column="contactscell" property="contactscell"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | private Date permitime; |
| | | private String deptid; |
| | | private String ptype; |
| | | private String cardid; |
| | | private String representativecell; |
| | | private String contacts; |
| | | private String contactscell; |
| | | |
| | | } |
| | |
| | | <result column="deptid" property="deptid"/> |
| | | <result column="permitime" property="permitime"/> |
| | | <result column="ptype" property="ptype"/> |
| | | <result column="cardid" property="cardid"/> |
| | | <result column="representativecell" property="representativecell"/> |
| | | <result column="contacts" property="contacts"/> |
| | | <result column="contactscell" property="contactscell"/> |
| | | </resultMap> |
| | | |
| | | |