From 462071ca05c30354057a6eb3839a4dc6ac6f659a Mon Sep 17 00:00:00 2001 From: dsmzx <dsmzx@123.com> Date: 星期一, 24 六月 2024 11:33:16 +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