This commit is contained in:
richboo111
2022-07-28 17:05:04 +08:00
parent 334eaef18e
commit b06bccd277
2 changed files with 3 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ 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)
}