ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsMapper.xml
@@ -47,13 +47,13 @@ </if> <if test="goods.payMethod != null and goods.payMethod == 1 "> and tg.`cashPayment` = 1 and tg.`cash_payment` = 1 </if> <if test="goods.payMethod != null and goods.payMethod == 2 "> and tg.`point_payment` = 1 </if> <if test="goods.payMethod != null and goods.payMethod == 3 "> and (tg.`point_payment` = 1 or tg.`cashPayment` = 1 ) and (tg.`point_payment` = 1 and tg.`cash_payment` = 1 ) </if> </where>