From 6b4e3d4e5e82afe75195b67bbeb16deaebbdf1ab Mon Sep 17 00:00:00 2001 From: richboo111 Date: Thu, 28 Jul 2022 17:09:00 +0800 Subject: [PATCH] pay log --- business/jxstore/financial/bill.go | 1 - 1 file changed, 1 deletion(-) diff --git a/business/jxstore/financial/bill.go b/business/jxstore/financial/bill.go index adaccf802..6f6b9cdae 100644 --- a/business/jxstore/financial/bill.go +++ b/business/jxstore/financial/bill.go @@ -29,7 +29,6 @@ func AddBillExpend(txDB orm.TxOrmer, billID int64, billType, expendPrice, jobID ExpendPrice: expendPrice, JobID: jobID, } - globals.SugarLogger.Debug("开始添加账单进数据库", billExpend.BillID) dao.WrapAddIDCULEntity(billExpend, jxcontext.AdminCtx.GetUserName()) return dao.CreateEntityTx(txDB, billExpend) }