From d6577e9a6e21b9f37866e18db1b360ab5048b246 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Fri, 7 Jun 2024 14:42:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/material/PurchaseMacodeInfoMapper.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/PurchaseMacodeInfoMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/PurchaseMacodeInfoMapper.xml index ca035e57..0592528d 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/mapper/material/PurchaseMacodeInfoMapper.xml +++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/material/PurchaseMacodeInfoMapper.xml @@ -364,7 +364,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" pcd.task_id taskId, mt.CODE specsCode, mt1.CODE typeCode, - GROUP_CONCAT( mtk.user_id ) AS userIds, CASE WHEN pmi.ma_code IS NULL THEN CASE @@ -385,7 +384,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" LEFT JOIN ma_machine mm ON pmi.ma_code = mm.ma_code LEFT JOIN ma_type mt ON pcd.type_id = mt.type_id LEFT JOIN ma_type mt1 ON mt.parent_id = mt1.type_id - LEFT JOIN ma_type_keeper mtk ON mtk.type_id = pcd.type_id WHERE pcd.task_id = #{taskId} AND pcd.`status` != 3 @@ -394,8 +392,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and (mt.type_name like concat('%',#{dictName},'%') or mt1.type_name like concat('%',#{dictName},'%')) - GROUP BY - pcd.type_id ORDER BY STATUS, pmi.id