| | |
| | | .set("jurisdiction", user.getJurisdiction()) |
| | | .set("stype", user.getStype()) |
| | | .set("cardid", user.getCardid()) |
| | | .set("phone", user.getPhone()) |
| | | .set(TokenConstant.OAUTH_ID, userInfo.getOauthId()) |
| | | .set(TokenConstant.ACCOUNT, user.getAccount()) |
| | | .set(TokenConstant.USER_NAME, user.getAccount()) |
| | |
| | | * 发起人名称 |
| | | */ |
| | | private String fname; |
| | | /** |
| | | * 集合点坐标 |
| | | */ |
| | | private String gather; |
| | | /** |
| | | * 集合点位置 |
| | | */ |
| | | private String gathername; |
| | | /** |
| | | * 任务类型 |
| | | */ |
| | | private String tasktype; |
| | | /** |
| | | * 发布人联系方式 |
| | | */ |
| | | private String phone; |
| | | |
| | | } |
| | |
| | | <result column="publisher" property="publisher"/> |
| | | <result column="fid" property="fid"/> |
| | | <result column="fname" property="fname"/> |
| | | <result column="gather" property="gather"/> |
| | | <result column="gathername" property="gathername"/> |
| | | <result column="tasktype" property="tasktype"/> |
| | | <result column="phone" property="phone"/> |
| | | </resultMap> |
| | | |
| | | |