From db096862043ac48dd6c2fa65f7dbc1e55f947688 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期二, 19 五月 2026 11:37:15 +0800
Subject: [PATCH] fix(customer): 修复客户查询中使用状态过滤条件
---
src/main/resources/mapper/production/ProductionOperationTaskMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/production/ProductionOperationTaskMapper.xml b/src/main/resources/mapper/production/ProductionOperationTaskMapper.xml
index 577bcfd..6db5455 100644
--- a/src/main/resources/mapper/production/ProductionOperationTaskMapper.xml
+++ b/src/main/resources/mapper/production/ProductionOperationTaskMapper.xml
@@ -29,6 +29,7 @@
pm.model as model,
pm.unit as unit,
poro.operation_name as operationName,
+ poro.type as type,
IFNULL(scrapStat.scrapQty, 0) AS scrapQty,
ROUND(IFNULL(pot.complete_quantity, 0) / NULLIF(pot.plan_quantity, 0) * 100, 2) AS completionStatus,
CASE
--
Gitblit v1.9.3