瀏覽代碼

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

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…
取消
儲存