使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
server
/
formallProject
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
[合同管理][修改][只选择没有合同关联的店铺]
release_toaliyun_real
gongbiao
7 年前
父节点
bdd2ec9173
当前提交
83f03bb2ff
共有
1 个文件被更改
,包括
3 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+3
-0
mallinkService/src/main/resources/mapper/WxShopMapper.xml
+ 3
- 0
mallinkService/src/main/resources/mapper/WxShopMapper.xml
查看文件
@@ -174,6 +174,9 @@
and s.`status` = #{status}
</if>
<if test="null!=status and status==1">
and s.id not in(select shop_id from wx_rent_contract where status!=1 and status!=6 and merchant_id is not null)
</if>
<if test=" null != x ">
and s.`x` = #{x}
撰写
预览
正在加载...
取消
保存