记得上下班打卡 | git大法好,push需谨慎

Commit 9f03878e authored by 胡佳晨's avatar 胡佳晨

再次支付

parent 0560c418
...@@ -180,7 +180,9 @@ public class MongoVoUtils { ...@@ -180,7 +180,9 @@ public class MongoVoUtils {
data = dataSingle; data = dataSingle;
} }
BeanUtils.copyProperties(data, voItem); BeanUtils.copyProperties(data, voItem);
if(type == 1) {
redisVo.add(voItem); redisVo.add(voItem);
}
List<KylinOrderListVo> redisData = dataUtils.getOrderList(userId); List<KylinOrderListVo> redisData = dataUtils.getOrderList(userId);
if (redisData.size() > 0) { if (redisData.size() > 0) {
if (redisData.get(0).getOrderTicketsId().equals(orderId)) { if (redisData.get(0).getOrderTicketsId().equals(orderId)) {
......
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