lidongdong
2023-10-20 3d9b49dc4cf7f55a99683bd42d3313060c4bd5f6
修改商家列表  详情没有分类名称
3个文件已修改
8 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/JinhuiConvenientMerchantVO.java 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/java/com/panzhihua/service_jinhui_community/entity/JinhuiConvenientMerchant.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiComConvenientMerchantsMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/convenient/JinhuiConvenientMerchantVO.java
@@ -76,6 +76,8 @@
    @ApiModelProperty("商家类型id")
    private String convenientType;
    @ApiModelProperty("商家类型名称")
    private String convenientName;
    @ApiModelProperty("商家图片")
    private String imgUrl;
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/java/com/panzhihua/service_jinhui_community/entity/JinhuiConvenientMerchant.java
@@ -79,6 +79,10 @@
    @ApiModelProperty("商家类型id")
    private String convenientType;
    @TableField(exist = false)
    @ApiModelProperty("商家类型名称")
    private String convenientName;
    @ApiModelProperty("商家图片")
    private String imgUrl;
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiComConvenientMerchantsMapper.xml
@@ -62,6 +62,7 @@
            created_by,
            updated_at,
            convenient_type,
            (select jccsc.name from jinhui_com_convenient_service_categories as jccsc where jccsc.id=ccm.convenient_type) as convenientName,
            audit_type,
            audit_opinion,
            img_url
@@ -96,6 +97,7 @@
            created_by,
            updated_at,
            convenient_type,
            (select jccsc.name from jinhui_com_convenient_service_categories as jccsc where jccsc.id=ccm.convenient_type) as convenientName,
            audit_type,
            audit_opinion,
            img_url