|
@@ -332,14 +332,14 @@ public class OrderComparedErrorServiceImpl implements OrderComparedErrorService
|
|
|
|
|
|
String format = dateFormat.format(new Date());
|
|
String format = dateFormat.format(new Date());
|
|
for(PayOrderInfoEntity parOrderInfo : payOrderInfoEntities){
|
|
for(PayOrderInfoEntity parOrderInfo : payOrderInfoEntities){
|
|
-
|
|
|
|
|
|
+ String payTime = parOrderInfo.getPayTime();
|
|
String merchOrderSn = parOrderInfo.getMerchOrderSn();
|
|
String merchOrderSn = parOrderInfo.getMerchOrderSn();
|
|
// 将订单号插入到表中
|
|
// 将订单号插入到表中
|
|
OrderComparedErrorEntity orderComparedErrorEntity = new OrderComparedErrorEntity();
|
|
OrderComparedErrorEntity orderComparedErrorEntity = new OrderComparedErrorEntity();
|
|
orderComparedErrorEntity.setMerchOrderSn(merchOrderSn);
|
|
orderComparedErrorEntity.setMerchOrderSn(merchOrderSn);
|
|
orderComparedErrorEntity.setOrderSource("Kmall");
|
|
orderComparedErrorEntity.setOrderSource("Kmall");
|
|
orderComparedErrorEntity.setReason("kmall无订单");
|
|
orderComparedErrorEntity.setReason("kmall无订单");
|
|
- orderComparedErrorEntity.setCreateTime(format);
|
|
|
|
|
|
+ orderComparedErrorEntity.setCreateTime(payTime);
|
|
inconsistentMap.put(merchOrderSn,orderComparedErrorEntity);
|
|
inconsistentMap.put(merchOrderSn,orderComparedErrorEntity);
|
|
|
|
|
|
for(OrderEntity order : orderEntities){
|
|
for(OrderEntity order : orderEntities){
|