| | |
| | | int yes = 1; |
| | | int ret = 2; |
| | | } |
| | | @ApiModelProperty(value = "单张图片宽度") |
| | | private BigDecimal imgWidth; |
| | | |
| | | @ApiModelProperty(value = "单张图片高度") |
| | | private BigDecimal imgHeight; |
| | | |
| | | } |
| | |
| | | "p.activity_id, " + |
| | | "p.activity_amount, " + |
| | | "count(pu.id)giveThumbsUpNum, " + |
| | | "p.handle_photo_list," + |
| | | "c.name communityName," + |
| | | "p.transfer_time," + |
| | | "p.is_report_urban," + |
| | | "p.transfer_reason," + |
| | | "ca.`name` as classifyName," + |
| | | "p.urban_status " + |
| | | "p.urban_status, " + |
| | | "p.img_width, " + |
| | | "p.img_height, " + |
| | | "p.handle_photo_list " + |
| | | "FROM " + |
| | | "com_act_easy_photo p " + |
| | | "JOIN sys_user u on p.sponsor_id=u.user_id " + |
| | |
| | | "p.activity_amount, " + |
| | | "p.classify_id, " + |
| | | "class.`name` as classifyName, " + |
| | | "p.img_width, " + |
| | | "p.img_height, " + |
| | | "p.examine_at " + |
| | | "FROM " + |
| | | "com_act_easy_photo p " + |
| | |
| | | * 随手拍分类id |
| | | */ |
| | | private Long classifyId; |
| | | /** |
| | | * 单张图片宽度 |
| | | */ |
| | | private BigDecimal imgWidth; |
| | | /** |
| | | * 单张图片高度 |
| | | */ |
| | | private BigDecimal imgHeight; |
| | | |
| | | /** |
| | | * 参加活动标签(1.优质 2.精良 3.普通 4.一般) |
| | |
| | | <result column="activity_type" property="activityType" /> |
| | | <result column="activity_amount" property="activityAmount" /> |
| | | <result column="activity_id" property="activityId" /> |
| | | <result column="img_width" property="imgWidth" /> |
| | | <result column="img_height" property="imgHeight" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, sponsor_id, happen_addr, addr_remark, status, handler_id, create_at, examine_at, detail, photo_path_list, handle_result, handle_photo_list, community_id, is_hide, is_need_feed_back, feedback_at, reject_reason, del_tag, is_report, is_publicity, handle_status, lng_lat, activity_type, activity_amount, activity_id |
| | | id, sponsor_id, happen_addr, addr_remark, status, handler_id, create_at, examine_at, detail, photo_path_list |
| | | , handle_result, handle_photo_list, community_id, is_hide, is_need_feed_back, feedback_at, reject_reason |
| | | , del_tag, is_report, is_publicity, handle_status, lng_lat, activity_type, activity_amount, activity_id |
| | | , img_width, img_height |
| | | </sql> |
| | | |
| | | <select id="pageEasyPhotoAdmin" parameterType="com.panzhihua.common.model.vos.community.ComActEasyPhotoVO" |