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

Commit 156e08fb authored by jiangxiulong's avatar jiangxiulong

取消删除redis mongo

parent 1f810614
......@@ -21,6 +21,8 @@ import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mongodb.core.query.Criteria;
import org.springframework.data.mongodb.core.query.Query;
import org.springframework.stereotype.Service;
import java.math.BigDecimal;
......@@ -236,6 +238,8 @@ public class PerformancesExpressServiceImpl extends ServiceImpl<KylinOrderExpres
, new UpdateWrapper<KylinOrderExpress>().in("order_express_id", orderExpressInfo.getOrderExpressId())
);
dataUtils.delOrderExpressInfo(orderTicketsId);
mongoTemplate.remove(Query.query(Criteria.where("orderTicketsId").is(orderTicketsId)), KylinOrderExpressRouteVo.class.getSimpleName());
}
}
}
......
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