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