Commit a78df8d5 by 陶光胜

观云台小程序

parent 1529e24a
......@@ -89,10 +89,10 @@ public class IndexController {
ServiceResponse<IndexMemberBirthCntDTO> birthOrderCnt = this.indexSalesApiService.getIndexMemberBirthOrderCnt(enterpriseId, list, onLine,
StringUtils.isNoneBlank(mbrAreaId) ? Long.valueOf(mbrAreaId) : null,
mbrAreaIdList, dateTypeQo.getType(), dateTypeQo.getDate());
log.info("response1:", JSON.toJSONString(response1));
log.info("response2:", JSON.toJSONString(response2));
log.info("oldOrderCnt:", JSON.toJSONString(oldOrderCnt));
log.info("birthOrderCnt:", JSON.toJSONString(birthOrderCnt));
log.info("response1:{}", JSON.toJSONString(response1));
log.info("response2:{}", JSON.toJSONString(response2));
log.info("oldOrderCnt:{}", JSON.toJSONString(oldOrderCnt));
log.info("birthOrderCnt:{}", JSON.toJSONString(birthOrderCnt));
IndexConsume consume = new IndexConsume();
if(response1.isSuccess() && response1.getResult() != null && response2.getResult() != null){
IndexMemberOrderCntDTO indexMemberOrderCntDTO1 = response1.getResult();
......
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