Просмотр исходного кода

[租赁概览][修改][按业态查询]

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
eccd7c8dff
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxShopMapper.xml Просмотреть файл

@@ -566,7 +566,7 @@
<if test="null != enddate">
and `create_date` &lt;= #{enddate}
</if>
<if test="null != businessId">
<if test="null != businessId and businessId!=0">
and business_id = #{businessId}
</if>
</select>
@@ -589,7 +589,7 @@
<if test="floor!=null">
and s.floor=#{floor}
</if>
<if test="businessId!=null">
<if test="businessId!=null and businessId!=0">
and s.business_id=#{businessId}
</if>
group by xTime


Загрузка…
Отмена
Сохранить