Sfoglia il codice sorgente

订单列表BUG修复

anderx 7 anni fa
parent
commit
16f18cc5ef

+ 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