1
This commit is contained in:
@@ -26,6 +26,11 @@ func GetUserBill(db *DaoDB, userID, billID string) (userBill *model.UserBill, er
|
||||
return userBill, err
|
||||
}
|
||||
|
||||
// 添加用户支出记录
|
||||
func AddUserExpend() {
|
||||
|
||||
}
|
||||
|
||||
func GetBillExpend(db *DaoDB, userID string, billType int, fromTime, toTime time.Time) (billExpends []*model.BillExpend, err error) {
|
||||
sql := `
|
||||
SELECT b.*
|
||||
|
||||
Reference in New Issue
Block a user