From 3ef1cf899c2bf558b934fd2c5dfdf0a970df8c43 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 29 八月 2025 15:22:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/pim-jlmy' into pim-jlmy
---
main-business/src/main/resources/mapper/ProductionSchedulingMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/main-business/src/main/resources/mapper/ProductionSchedulingMapper.xml b/main-business/src/main/resources/mapper/ProductionSchedulingMapper.xml
index eb42eb4..63360fa 100644
--- a/main-business/src/main/resources/mapper/ProductionSchedulingMapper.xml
+++ b/main-business/src/main/resources/mapper/ProductionSchedulingMapper.xml
@@ -4,5 +4,8 @@
<select id="listPage" resultType="com.ruoyi.business.entity.ProductionScheduling">
select * from production_scheduling where deleted = 0
+ <if test="req.searchAll != null and req.searchAll != ''">
+ and status = #{req.searchAll}
+ </if>
</select>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.3