|
|
|
@ -70,7 +70,7 @@ func (a *ApiMethod) GainFormPageListContNew(c *gin.Context) { |
|
|
|
|
|
|
|
//获取表单数据
|
|
|
|
var formInfo modelAppPlatform.CustomerFormView |
|
|
|
err = formInfo.GetCont(map[string]interface{}{"`cfid`": requestData.FormId, "`status`": 1}, "`tablekey`", "`table_structure`", "`mastesform`", "`mastesformjson`", "`listjson`", "`flowIsOpen`", "`flowkey`", "`groupid`", "`cfid`") |
|
|
|
err = formInfo.GetCont(map[string]interface{}{"`cfid`": requestData.FormId, "`status`": 1}, "`tablekey`", "`table_structure`", "`mastesform`", "`mastesformjson`", "`listjson`", "`flowIsOpen`", "`flowkey`", "`groupid`", "`cfid`", "`signCode`") |
|
|
|
if err != nil { |
|
|
|
publicmethod.Result(1, err, c, "未知表单!无法获取字段!") |
|
|
|
return |
|
|
|
|