liyuan пре 8 месеци
родитељ
комит
5a13266271

+ 3 - 0
blade-service/blade-sales-part/src/main/java/org/springblade/salesPart/productLaunch/mapper/ProductLaunchMapper.xml

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