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

Commit f29d4813 authored by 胡佳晨's avatar 胡佳晨

库存加锁 回调修改

parent 40535653
......@@ -1017,9 +1017,9 @@ public class KylinOrderTicketsServiceImpl extends ServiceImpl<KylinOrderTicketsM
Query.query(Criteria.where("orderTicketsId").is(item.getOrderTicketsId())),
KylinOrderTicketVo.class,
KylinOrderTicketVo.class.getSimpleName());
if (vo.getStatus() != 0) {
continue;
}
// if (vo.getStatus() != 0) {
// continue;
// }
//mysql
KylinOrderTickets orderTickets = new KylinOrderTickets();
......
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