From 7a870a641b88b0ace139874098995a0ca09fa8ab Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Thu, 11 Jun 2026 11:27:12 +0800 Subject: [PATCH] =?UTF-8?q?Update=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dao/bundleExtend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dao/bundleExtend.go b/internal/dao/bundleExtend.go index 8ad68c2..103d19a 100644 --- a/internal/dao/bundleExtend.go +++ b/internal/dao/bundleExtend.go @@ -592,7 +592,7 @@ func GetUsedRecord(req *bundle.GetUsedRecordListReq) (data []model.CostLogPo, to Table("cast_cost_log ccl"). Select("ccl.*,cwe.cost_type"). Joins("left join cast_work_extra cwe on cwe.work_uuid = ccl.work_uuid"). - Joins("left join bundle_order_record bor on bor.uuid = cwe.bundle_order_uuid"). + Joins("left join bundle_order_records bor on bor.uuid = cwe.bundle_order_uuid"). Where("bor.order_type = ?", req.BundleType). Where("cwe.deleted_at = 0 and ccl.deleted_at = 0 and bor.deleted_at is null") if req.WorkTitle != "" {