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