fix 修改状态未导出的bug

This commit is contained in:
timerzz 2024-09-03 14:51:12 +08:00
parent 20e43fc5a5
commit 429c7ca241
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ const (
// 正在拉取供应商商品信息
ProviderStatus_Pulling
// 正在计算价格
providerStatus_Calculating
ProviderStatus_Calculating
// 出错
ProviderStatus_Error
)

View File

@ -11,7 +11,7 @@ const (
// 正在拉取销售商商品信息
SellerStatus_Pulling
// 正在计算
SellerStatus_Caculating
SellerStatus_Calculating
// 出错
SellerStatus_Error
)