From 95420bfa4e9faf9b62148c83bd6d0d31cedf13c1 Mon Sep 17 00:00:00 2001 From: zhangxin Date: Mon, 19 Apr 2021 10:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dao/base/implments/WeekModelLst.dao.impl.go | 1 - 1 file changed, 1 deletion(-) diff --git a/dao/base/implments/WeekModelLst.dao.impl.go b/dao/base/implments/WeekModelLst.dao.impl.go index 62ec57c..ca81718 100644 --- a/dao/base/implments/WeekModelLst.dao.impl.go +++ b/dao/base/implments/WeekModelLst.dao.impl.go @@ -382,6 +382,5 @@ func (impl *WeekModelLstDAOImplement) SelectJoinDayModel(weekModelNr int) ([]mod if err != nil { return nil, grmi.NewDataBaseError(err) } - fmt.Println("data:", data) return data, nil }