Browse Source

[数据权限][修改][查看物业数据]

release_toaliyun_real
gongbiao 6 years ago
parent
commit
02b2436fa9
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml

+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java View File

@@ -25,7 +25,7 @@ import javax.servlet.http.HttpServletResponse;
import java.util.List;
import java.util.Map;

/**
/**w
* @author gongbiao
*/
@RestController


+ 1
- 1
mallinkService/src/main/resources/mapper/WxPropertyContractMapper.xml View File

@@ -149,7 +149,7 @@
<if test="null != rentShopType and 1 == rentShopType and null != floorForRule and '' != floorForRule ">
and rc.`id` in
<foreach collection="tempShop" index="idx" separator=" union all " open="(" close=")">
select id from wx_rent_contract where tenant_id=#{tenantId} and
select id from wx_property_contract where tenant_id=#{tenantId} and
json_unquote(json_extract(json_extract(rent_info,'$[*].shopId'),concat('$[',#{idx},']'))) in(select
id from wx_shop where tenant_id=#{tenantId} and floor in (${floorForRule}))
</foreach>


Loading…
Cancel
Save