mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
打印日志
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jsowell.pile.service.impl;
|
||||
|
||||
import com.alibaba.fastjson2.JSON;
|
||||
import com.github.pagehelper.PageHelper;
|
||||
import com.github.pagehelper.PageInfo;
|
||||
import com.google.common.collect.Lists;
|
||||
@@ -164,7 +165,7 @@ public class OrderSplitRecordServiceImpl implements OrderSplitRecordService {
|
||||
}
|
||||
list.add(orderSplitRecord);
|
||||
}
|
||||
log.info("保存:{}", list);
|
||||
log.info("保存:{}", JSON.toJSONString(list));
|
||||
// this.batchInsert(list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user