| | |
| | | |
| | | @ApiModelProperty("活动图片") |
| | | private String logo; |
| | | |
| | | @ApiModelProperty("发布时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date releaseAt; |
| | | |
| | | @ApiModelProperty("随手拍参与次数") |
| | | private Integer count; |
| | | } |
| | |
| | | comActWalletVO.setCommunityName(resultMap.get("name")); |
| | | if(StringUtils.isEmpty(resultMap.get("content"))){ |
| | | this.baseMapper.insertSysAgreement(Constants.PROFIT_EXPLAIN,walletDetailDTO.getCommunityId()); |
| | | } |
| | | comActWalletVO.setAgreement(Constants.PROFIT_EXPLAIN); |
| | | }else{ |
| | | comActWalletVO.setAgreement(resultMap.get("content")); |
| | | } |
| | | |
| | | } |
| | | |
| | | Integer easyCount = 0; |
| | |
| | | and vt.event_status = #{query.status} |
| | | </if> |
| | | <if test="query.tag != null and query.tag != ''"> |
| | | p.label like concat('%',#{query.tag},'%') |
| | | and p.label like concat(#{query.tag},'%') |
| | | </if> |
| | | <if test="query.isExp != null and query.isExp != ''"> |
| | | and vt.event_status = 7 |