服务指令-退货流程BUG处理
This commit is contained in:
parent
dc382b91de
commit
38a42641a2
|
|
@ -384,7 +384,7 @@ public class InvoicingOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMappe
|
|||
qw.likeRight("order_no", todayPrefix);
|
||||
qw.select("order_no");
|
||||
qw.orderByDesc("order_no");
|
||||
qw.last("limt 1");
|
||||
qw.last("limit 1");
|
||||
InvoicingOrders entity = this.getOne(qw);
|
||||
int todayNo = 0;
|
||||
int totalNo = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue