feat: product number
CI / changes (push) Successful in 36s
CI / docker-bff (push) Successful in 3m8s
CI / docker-product (push) Successful in 3m36s
CI / docker-admin (push) Successful in 3m35s
CI / docker-user (push) Successful in 9s
CI / docker-ad (push) Successful in 29s
CI / docker-chore (push) Failing after 4s

This commit is contained in:
zzw
2026-08-26 16:53:50 +08:00
parent 0ca3f6d84f
commit 72d55d396d
39 changed files with 1284 additions and 363 deletions
@@ -58,7 +58,7 @@ func (l *VerifyLogic) Verify(in *product.VerifyReq) (*product.Response, error) {
Order: "id desc",
}
var rows []dao.ProductVerifyListRow
var rows []dao.VerifyListRow
result, err := model.ProductModel{}.Init().Page(w, &rows)
if err != nil {
l.Errorf("product verify list: %v", err)
@@ -102,7 +102,7 @@ func (l *VerifyLogic) Verify(in *product.VerifyReq) (*product.Response, error) {
if !ok || len(v.Content) <= utils.NumberTen {
continue
}
var content dao.ProductVerify
var content dao.VerifyContent
err = jsoniter.Unmarshal([]byte(v.Content), &content)
if err != nil {
l.Errorf("product verify content json: %v", err)