server/services/src/main/java/com/doumee/dao/vo/ShopDetailVO.java
@@ -97,6 +97,9 @@ @ApiModelProperty(value = "审批状态:0=待审批;1=审批通过;2=审批未通过;3=已支付押金") private Integer auditStatus; @ApiModelProperty(value = "押金金额") private Long depositAmount; @ApiModelProperty(value = "状态:0=启用;1=禁用") private Integer status; server/services/src/main/java/com/doumee/service/business/impl/ShopInfoServiceImpl.java
@@ -659,6 +659,7 @@ vo.setCreateTime(shopInfo.getCreateTime()); vo.setAliAccount(shopInfo.getAliAccount()); vo.setAliName(shopInfo.getAliName()); vo.setDepositAmount(shopInfo.getDepositAmount()); // 拼接图片前缀 String imgPrefix = "";