From 5f7f65f00d4d1c280f8b09b73ef7dcfa2af0fd54 Mon Sep 17 00:00:00 2001 From: dsmzx <dsmzx@123.com> Date: 星期三, 26 六月 2024 09:14:21 +0800 Subject: [PATCH] 出库/入库 打印 --- models/location.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/models/location.go b/models/location.go index bcae4ac..6bb50a0 100644 --- a/models/location.go +++ b/models/location.go @@ -156,6 +156,7 @@ db = db.Where("company_id=?", slf.CompanyId) } if slf.JointName != "" { + slf.JointName += "/" db = db.Where("joint_name like ?", slf.JointName+"%") } if len(slf.JointNames) != 0 { -- Gitblit v1.8.0