Ver a proveniência

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

release_toaliyun_real
gongbiao há 6 anos
ascendente
cometimento
a21dc1153f
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Ver ficheiro

@@ -262,10 +262,10 @@
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 s.floor_name like concat('%', #{floor},'%')
and s.floor = #{floor}
</if> </if>
<if test=" null != building "> <if test=" null != building ">
and s.building_name like concat('%', #{building},'%')
and s.building = #{building}


</if> </if>
order by rc.id desc order by rc.id desc


Carregando…
Cancelar
Guardar