This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[店铺管理][查询][语句修改]
release_toaliyun_real
gongbiao
7 years ago
parent
7a84ae4b57
commit
afdfda335f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkService/src/main/resources/mapper/WxShopMapper.xml
+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml
View File
@@ -176,7 +176,7 @@
</if>
<if test="null!=status and status==1">
and s.id not in(
SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status!=1 and status!=6 an
s
status!=7 and merchant_id is not null
SELECT shop_id FROM wx_rent_contract WHERE tenant_id = #{tenantId} and status!=1 and status!=6 an
d
status!=7 and merchant_id is not null
)
</if>
Write
Preview
Loading…
Cancel
Save