瀏覽代碼

订单列表BUG修复

anderx 7 年之前
父節點
當前提交
16f18cc5ef
共有 1 個文件被更改,包括 3 次插入0 次删除
  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