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