|
|
@ -406,7 +406,7 @@ namespace SiNan.Business |
|
|
|
|
|
|
|
public ListResponse<ProductSkuGOIResponse> QueryProductSkuGOI(QueryProductSkuGOIRequest request) |
|
|
|
{ |
|
|
|
if (!string.IsNullOrEmpty(request.Spu)) |
|
|
|
if (string.IsNullOrEmpty(request.Spu)) |
|
|
|
throw new BusinessException("缺少spu"); |
|
|
|
request.EndDate = request.EndDate.Date.AddDays(1).AddSeconds(-1); |
|
|
|
|
|
|
|