Browse Source

1

GOIAggregation
sanji 2 years ago
parent
commit
9db090a475
  1. 2
      SiNan.Business/GOIBusiness.cs

2
SiNan.Business/GOIBusiness.cs

@ -482,7 +482,7 @@ namespace SiNan.Business
public List<JDXXHistogramResponse> QueryProduct360HistogramStatistics(JDXXHistogramRequest request)
{
if (!string.IsNullOrEmpty(request.Spu))
if (string.IsNullOrEmpty(request.Spu))
throw new BusinessException("缺少spu");

Loading…
Cancel
Save