@@ -201,6 +201,9 @@
<if test="inventoryStatus != null">
and ppl.inventory > #{inventoryStatus}
</if>
+ <if test="whetherIntegral != null and whetherIntegral != ''">
+ and ppl.whether_integral = #{whetherIntegral}
+ </if>
GROUP BY
ppl.id
) allGoods