瀏覽代碼

[集团版][修改]:集团版修改

release_toaliyun_real
Stormeye Wu 6 年之前
父節點
當前提交
a8dfb1f49f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderGroupMapper.xml 查看文件

@@ -76,7 +76,7 @@
left join wx_order_group g on o.order_group_id=g.id left join wx_order_group g on o.order_group_id=g.id
left join wx_c_user u on o.c_user_id=u.id left join wx_c_user u on o.c_user_id=u.id
where o.tenant_id=#{tenantId} where o.tenant_id=#{tenantId}
<if test=" null != subTenantId "> and `sub_tenant_id` = #{subTenantId} </if>
<if test=" null != subTenantId "> and o.`sub_tenant_id` = #{subTenantId} </if>
and c.type=9 and c.type=9
<if test=" null != cUserId "> <if test=" null != cUserId ">
and o.c_user_id=#{cUserId} and o.c_user_id=#{cUserId}


Loading…
取消
儲存