ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsBargainPriceMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/resources/mapper/other/GoodsBargainPriceMapper.xml
@@ -28,7 +28,7 @@ <if test="gp.categoryId != null and gp.categoryId != ''"> and tg.goods_category_id = #{gp.categoryId} </if> <if test="gp.auditStatus != null and gp.auditStatus != ''"> <if test="gp.auditStatus != null"> and tgbp.audit_status = #{gp.auditStatus} </if> </select>