|
|
|
@@ -652,7 +652,7 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="searchMerchantByname" resultType="hashmap" parameterType="com.iformall.domain.po.WxRentContract"> |
|
|
|
select merchant_id,merchant_name from wx_rent_contract where tenant_id = #{tenantId} and merchant_name like concat('%',#{merchantName},'%') and rent_shop_type = #{rentShopType} ORDER BY merchant_name |
|
|
|
select merchant_id,merchant_name from wx_rent_contract where tenant_id = #{tenantId} and merchant_name like concat('%',#{merchantName},'%') and rent_shop_type = #{rentShopType} and status in (3,5) ORDER BY merchant_name |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="getByMerchantId" resultType="com.iformall.domain.po.WxRentContract" parameterType="com.iformall.domain.po.WxRentContract"> |
|
|
|
|