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

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

release_toaliyun_real
gongbiao пре 6 година
родитељ
комит
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


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