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