|
|
@@ -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
|