huanghongfa
2021-06-03 7cebf152925616a84de44c9e1ae8c2a0eeb366a8
修改bug
3个文件已修改
9 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActEasyPhotoVO.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/grid/ComActEasyPhotoVO.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/ComActEasyPhotoMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActEasyPhotoVO.java
@@ -135,4 +135,7 @@
    @ApiModelProperty(value = "是否公示(0.否 1.是)")
    private Integer isPublicity;
    @ApiModelProperty(value = "处理状态(1.待处理 2.已处理)")
    private Integer handleStatus;
}
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/grid/ComActEasyPhotoVO.java
@@ -30,8 +30,8 @@
    @ApiModelProperty(value = "地址备注")
    private String addrRemark;
//    @ApiModelProperty(value = "状态 1待处理 2已处理")
//    private Integer status;
    @ApiModelProperty(value = "状态 1待处理 2已处理")
    private Integer handleStatus;
    @ApiModelProperty(value = "处理人id")
    private Long handlerId;
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/ComActEasyPhotoMapper.xml
@@ -48,6 +48,7 @@
        caep.is_publicity,
        caep.photo_path_list,
        caep.happen_addr,
        caep.handle_status,
        caep.is_report
        FROM
        com_act_easy_photo AS caep
@@ -82,6 +83,7 @@
        caep.is_publicity,
        caep.photo_path_list,
        caep.happen_addr,
        caep.handle_status,
        caep.handle_result,
        caep.handle_photo_list,
        caep.feedback_at,