From 7160e7c20e5cfddfd88b839ce1980b5afbc33bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Mon, 9 Feb 2026 15:46:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=8F=91=E8=B4=A7=E7=9A=84=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mappers/business/backstage/PurchaseMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/mappers/business/backstage/PurchaseMapper.xml b/src/main/resources/mappers/business/backstage/PurchaseMapper.xml index e34965d..e497b00 100644 --- a/src/main/resources/mappers/business/backstage/PurchaseMapper.xml +++ b/src/main/resources/mappers/business/backstage/PurchaseMapper.xml @@ -244,6 +244,8 @@ spo.out_time outTime, spo.remark, spo.apply_id, + spa.creator, + spa.create_time, if(spo.apply_id is null, 0, 1) outStatus from st_plan_apply spa left join tb_bid_project pro on pro.id = spa.project_id