fix 修改状态未导出的bug
This commit is contained in:
parent
20e43fc5a5
commit
429c7ca241
@ -11,7 +11,7 @@ const (
|
|||||||
// 正在拉取供应商商品信息
|
// 正在拉取供应商商品信息
|
||||||
ProviderStatus_Pulling
|
ProviderStatus_Pulling
|
||||||
// 正在计算价格
|
// 正在计算价格
|
||||||
providerStatus_Calculating
|
ProviderStatus_Calculating
|
||||||
// 出错
|
// 出错
|
||||||
ProviderStatus_Error
|
ProviderStatus_Error
|
||||||
)
|
)
|
||||||
|
@ -11,7 +11,7 @@ const (
|
|||||||
// 正在拉取销售商商品信息
|
// 正在拉取销售商商品信息
|
||||||
SellerStatus_Pulling
|
SellerStatus_Pulling
|
||||||
// 正在计算
|
// 正在计算
|
||||||
SellerStatus_Caculating
|
SellerStatus_Calculating
|
||||||
// 出错
|
// 出错
|
||||||
SellerStatus_Error
|
SellerStatus_Error
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user