Commit ffb1a08d by guojuxing

log

parent eb662fca
......@@ -419,6 +419,7 @@ public class WmMallStoreController {
if (!mcuIdResponse.isSuccess()) {
return RestResponse.failure(mcuIdResponse.getCode(), mcuIdResponse.getMessage());
}
LOGGER.info("gic卡券查询参数:{}-{}-{}", enterpriseId, mcuIdResponse.getResult(), cardName);
ServiceResponse<List<CouponDTO>> gicCouponResponse = memberCouponApiService
.listGicCoupon(enterpriseId, mcuIdResponse.getResult(), cardName);
return ResultControllerUtils.commonResult(gicCouponResponse, CouponVO.class);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment