From efb5f90cef151c35a953cc88284482f8023cdc1a Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 13 二月 2025 22:10:06 +0800
Subject: [PATCH] sql bug,首页待办查询流程名称返回版本号

---
 business/src/main/resources/mapper/ProjectInfoMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/business/src/main/resources/mapper/ProjectInfoMapper.xml b/business/src/main/resources/mapper/ProjectInfoMapper.xml
index 02890f4..3fe901c 100644
--- a/business/src/main/resources/mapper/ProjectInfoMapper.xml
+++ b/business/src/main/resources/mapper/ProjectInfoMapper.xml
@@ -96,7 +96,7 @@
             TPURI.contact_address as TPURI_contact_address,
             TPURI.post_code as TPURI_post_code,
             TPURI.email as TPURI_email,
-            TPI.coding,d.dept_name as project_owner_unit_name
+            d.dept_name as project_owner_unit_name
         FROM
             t_project_info TPI
         LEFT JOIN t_project_investment_funding TPIF ON TPI.id = TPIF.project_id and TPIF.deleted = 0

--
Gitblit v1.8.0