This commit is contained in:
richboo111
2022-07-28 17:09:00 +08:00
parent b06bccd277
commit 6b4e3d4e5e

View File

@@ -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)
}