|
@@ -698,7 +698,7 @@ public class XiaoJuServiceImpl implements XiaoJuService {
|
|
|
BeanUtils.copyProperties(genPromotionInfo, s);
|
|
|
|
|
|
}
|
|
|
- return ResultContent.buildContent(response);
|
|
|
+ return ResultContent.buildContent(objects);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
apiLog.setResponse(e.getCause().getCause().getMessage());
|