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

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

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

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

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

</if>
order by rc.id desc


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