소스 검색

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

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_c_user u on o.c_user_id=u.id
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
<if test=" null != cUserId ">
and o.c_user_id=#{cUserId}


불러오는 중...
취소
저장