Quellcode durchsuchen

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

release_toaliyun_real
gongbiao vor 6 Jahren
Ursprung
Commit
eccd7c8dff
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxShopMapper.xml Datei anzeigen

@@ -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


Laden…
Abbrechen
Speichern