Browse Source

订单列表BUG修复

anderx 7 years ago
parent
commit
16f18cc5ef
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/main/java/com/goafanti/common/mapper/JtOrderMapper.xml

+ 3 - 0
src/main/java/com/goafanti/common/mapper/JtOrderMapper.xml

@@ -572,6 +572,9 @@ count(0)
   <if test="orderType!=null ">
   and (x.commodityType=#{orderType,jdbcType=INTEGER} or (#{orderType,jdbcType=INTEGER}=10 and (x.commodityType=1 or x.commodityType=0)))
   </if>
+  <if test="page_sql!=null">
+			${page_sql}
+	</if>
   </select>
   <select id="appSearchJtOrderListCount" resultType="java.lang.Integer">
   select count(x.commodityType) from