Browse Source

Merge branch 'release_real_202008' of https://git.malls.iformall.com/server/formallProject into release_real_202008

release_toaliyun_real
xiaohanzi 6 years ago
parent
commit
9a83a73e1b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxMallMapper.xml

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

@@ -49,7 +49,7 @@
</sql> </sql>


<sql id="dynamicWhereConditions"> <sql id="dynamicWhereConditions">
where id &gt; 1
where 1=1


<if test=" null != id "> <if test=" null != id ">
and `id` = #{id} and `id` = #{id}
@@ -148,6 +148,7 @@
<include refid="allColumns"/> <include refid="allColumns"/>
from wx_mall from wx_mall
<include refid="dynamicWhereConditions"/> <include refid="dynamicWhereConditions"/>
and id &gt; 1
</select> </select>






Loading…
Cancel
Save