- use real sku spec as spu sale attr
This commit is contained in:
@@ -68,7 +68,6 @@ func (c *FinancialController) GetStoreBills() {
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /ShowStoreLatestBill [get]
|
||||
func (c *FinancialController) ShowStoreLatestBill() {
|
||||
var err2 error
|
||||
var bills []*legacymodel.StoreBill
|
||||
w := c.Ctx.ResponseWriter
|
||||
w.Header().Add("Content-Type", "text/html")
|
||||
@@ -85,7 +84,6 @@ func (c *FinancialController) ShowStoreLatestBill() {
|
||||
} else {
|
||||
htmlResult = fmt.Sprintf(html, bills[0].Url)
|
||||
}
|
||||
err2 = err
|
||||
return retVal, model.ErrorCodeIgnore, err
|
||||
})
|
||||
if htmlResult != "" {
|
||||
|
||||
Reference in New Issue
Block a user