From cf6b1cf6fa8f7784c6d7c64b7326d4662bc3d4b3 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 14 十月 2025 17:39:06 +0800
Subject: [PATCH] yys 1.智能排产 2.物料看板 3.报表分析
---
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