This commit is contained in:
李子铭 2025-03-11 16:43:48 +08:00
parent 190d9fc065
commit d3587c2c72
1 changed files with 4 additions and 0 deletions

View File

@ -119,6 +119,8 @@ func (s *VoucherService) CmbQuery(ctx http.Context) error {
return ctx.JSON(400, err)
}
log.Warnf("CmbQuery CmbMixRepo GetResponse: %v", reply)
return ctx.JSON(200, reply)
}
@ -180,6 +182,8 @@ func (s *VoucherService) CmbProductQuery(ctx http.Context) error {
return ctx.JSON(400, err)
}
log.Warnf("cmbProductQuery CmbMixRepo GetResponse: %v", reply)
return ctx.JSON(200, reply)
}