- TrimBlanChar to TrimBlankChar
- error_code.go
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
"github.com/astaxie/beego"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/financial"
|
||||
"git.rosy.net.cn/jx-callback/business/model"
|
||||
"git.rosy.net.cn/jx-callback/business/model/legacymodel"
|
||||
)
|
||||
|
||||
@@ -85,7 +86,7 @@ func (c *FinancialController) ShowStoreLatestBill() {
|
||||
htmlResult = fmt.Sprintf(html, bills[0].Url)
|
||||
}
|
||||
err2 = err
|
||||
return retVal, ignoreCode, err
|
||||
return retVal, model.ErrorCodeIgnore, err
|
||||
})
|
||||
if htmlResult != "" {
|
||||
io.WriteString(w, htmlResult)
|
||||
|
||||
Reference in New Issue
Block a user