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

Commit 1f9c9b05 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'dev' into test

parents 522632ad 9f03878e
......@@ -180,7 +180,9 @@ public class MongoVoUtils {
data = dataSingle;
}
BeanUtils.copyProperties(data, voItem);
redisVo.add(voItem);
if(type == 1) {
redisVo.add(voItem);
}
List<KylinOrderListVo> redisData = dataUtils.getOrderList(userId);
if (redisData.size() > 0) {
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