From 842106c678ff6a2f5c313ec851c082ef64b017e2 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期三, 18 六月 2025 15:36:34 +0800
Subject: [PATCH] 对数据库查询的状态进行语言配置

---
 north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
index 3d33f93..a3be3ac 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/FolwCard.xml
@@ -66,7 +66,7 @@
         a.founder,
         c.processing_note,
         b.customer_name,
-        if(a.layout_status=0,'涓嶅彲鎺掔増',if(a.layout_status=1,'鍙帓鐗�','宸叉帓鐗�')) as layout_status,
+        layout_status as layout_status,
         a.merge,
         a.rack,
         b.batch

--
Gitblit v1.8.0