修复:图形验证码大写不识别

修复:按商户ID查询订单、商品、分类等
This commit is contained in:
2024-09-23 01:45:42 +08:00
parent 625568eb41
commit c0328fa23e
22 changed files with 28 additions and 1894 deletions

View File

@@ -27,5 +27,6 @@ export interface GoodsSpec {
export interface GoodsSpecParam extends PageParam {
id?: number;
goodsId: number;
merchantId?: number;
keywords?: string;
}

View File

@@ -14,6 +14,8 @@ export interface Spec {
userId?: number;
// 更新者
updater?: number;
// 商户ID
merchantId?: number;
// 备注
comments?: string;
// 状态, 0正常, 1待修,2异常已修3异常未修