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

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

Merge branch 'dev' into test

parents 6f76f988 fa065993
......@@ -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