소스 검색

[物业合同][创建][获取签约数据]

release_toaliyun_real
gongbiao 7 년 전
부모
커밋
a753bca194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml 파일 보기

@@ -186,7 +186,7 @@
left join wx_shop s on rc.shop_id=s.id left join wx_shop s on rc.shop_id=s.id
left join wx_mall_building b on s.building=b.id left join wx_mall_building b on s.building=b.id
left join wx_mall_floor f on s.floor=f.id left join wx_mall_floor f on s.floor=f.id
where rc.status not in(1,5,6,7) and rc.tenant_id=#{tenantId}
where rc.status not in(0,1,5,6,7) and rc.tenant_id=#{tenantId}
<if test=" null != rentShopType ">and rc.rent_shop_type = #{rentShopType}</if> <if test=" null != rentShopType ">and rc.rent_shop_type = #{rentShopType}</if>
order by id desc order by id desc
</select> </select>


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