|
|
|
@@ -20,6 +20,7 @@ public interface WxMallMapper extends CommonMapper<WxMall, Long> { |
|
|
|
|
|
|
|
String queryMenusByTenantInfo(WxMall wxMall); |
|
|
|
|
|
|
|
void updateUnSubMall(@Param(value = "parentTenantId")String parentTenantId); |
|
|
|
void undateSubmall(@Param(value = "parentTenantId")String parentTenantId, @Param(value = "tenantIds")List<String> tenantIds); |
|
|
|
|
|
|
|
List<WxMall> listAsSelectMall(@Param(value = "id")Long id); |
|
|
|
@@ -27,4 +28,6 @@ public interface WxMallMapper extends CommonMapper<WxMall, Long> { |
|
|
|
List<TenantEntity> getTenantEntitys(TenantEntity tenantEntity); |
|
|
|
|
|
|
|
List<WxMall> findListAadmin(WxMall record); |
|
|
|
|
|
|
|
|
|
|
|
} |