Преглед изворни кода

[租赁物业合同][修改][列表按条件查询]

release_toaliyun_real
gongbiao пре 7 година
родитељ
комит
d80859040c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Прегледај датотеку

@@ -338,7 +338,7 @@
and json_extract(rc.rent_info,'$[*].shopNumber') like concat('%',#{shopNumber},'%')
</if>
<if test=" null != shopNumber and shopNumber!='' and null != rentShopType and rentShopType==2">
and s.`shop_number` like concat('%',#{shopNumber},'%')ig
and s.`shop_number` like concat('%',#{shopNumber},'%')
</if>
<if test=" null != status ">and rc.`status` = #{status}</if>


Loading…
Откажи
Сачувај