Browse Source

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

release_toaliyun_real
gongbiao 6 years ago
parent
commit
eccd7c8dff
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxShopMapper.xml View File

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


Loading…
Cancel
Save