Merge branch 'jng-QuestionnairePDF-0311' into dev
This commit is contained in:
commit
470d287297
@ -111,8 +111,10 @@ func QuestionnaireSurveyCreate(c *gin.Context) {
|
||||
service.Error(c, err)
|
||||
return
|
||||
}
|
||||
fmt.Println(outputUrl)
|
||||
service.Success(c, req)
|
||||
fmt.Println("outputUrl======================>>>>", outputUrl)
|
||||
//service.Success(c, outputUrl)
|
||||
//return
|
||||
req.SurveyUrl = outputUrl
|
||||
res, err := service.BundleProvider.CreateQuestionnaireSurveyAnswer(context.Background(), &req)
|
||||
if err != nil {
|
||||
service.Error(c, err)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user