Procházet zdrojové kódy

[BUG][修改][开发环境-账单-账单创建页面添加商铺-需要添加根据楼层楼座商户号筛选-如图]

release_toaliyun_real
gongbiao před 6 roky
rodič
revize
3cbf9a57f2
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Zobrazit soubor

@@ -261,10 +261,10 @@
<if test=" null != shopNumber and ''!=shopNumber"> <if test=" null != shopNumber and ''!=shopNumber">
and s.shop_number like concat('%', #{shopNumber},'%') and s.shop_number like concat('%', #{shopNumber},'%')
</if> </if>
<if test=" null != floor ">
<if test=" null != floor and ''!=floor">
and s.floor = #{floor} and s.floor = #{floor}
</if> </if>
<if test=" null != building ">
<if test=" null != building and ''!=building">
and s.building = #{building} and s.building = #{building}


</if> </if>


Načítá se…
Zrušit
Uložit