1
This commit is contained in:
@@ -251,6 +251,10 @@ func GetPrintMessages(appID int, tokenInfo *model.TokenInfo, printNo, msgID stri
|
|||||||
var (
|
var (
|
||||||
db = globals.GetDB()
|
db = globals.GetDB()
|
||||||
)
|
)
|
||||||
|
fmt.Println(fmt.Sprintf("----------------------------:=%s", printNo))
|
||||||
|
fmt.Println(fmt.Sprintf("----------------------------:=%s", msgID))
|
||||||
|
fmt.Println(fmt.Sprintf("----------------------------:=%s", beginAt))
|
||||||
|
fmt.Println(fmt.Sprintf("----------------------------:=%s", endAt))
|
||||||
//if apps, _ := dao.GetApps(db, appID, tokenInfo.User.UserID, ""); len(apps) == 0 {
|
//if apps, _ := dao.GetApps(db, appID, tokenInfo.User.UserID, ""); len(apps) == 0 {
|
||||||
// return nil, fmt.Errorf("未查询到此应用!app_id:%d", appID)
|
// return nil, fmt.Errorf("未查询到此应用!app_id:%d", appID)
|
||||||
//}
|
//}
|
||||||
|
|||||||
Reference in New Issue
Block a user