From dd07a07290bf66fde945dbbebc23ae048205775d Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 22 九月 2023 10:19:46 +0800 Subject: [PATCH] 分页查询product列表搜索条件合并 --- service/system/sys_auto_code_mssql.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/service/system/sys_auto_code_mssql.go b/service/system/sys_auto_code_mssql.go index 834a499..f0bf229 100644 --- a/service/system/sys_auto_code_mssql.go +++ b/service/system/sys_auto_code_mssql.go @@ -2,8 +2,8 @@ import ( "fmt" - "github.com/flipped-aurora/gin-vue-admin/server/global" - "github.com/flipped-aurora/gin-vue-admin/server/model/system/response" + "srm/global" + "srm/model/system/response" ) var AutoCodeMssql = new(autoCodeMssql) -- Gitblit v1.8.0