wuwenxiong 2022-02-15 21:38:34 +08:00
parent f3a2c394b1
commit 6a335c64fa
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ public class PresellOrderService extends BaseService {
" ordercluster t\n" +
" WHERE\n" +
" t.sale_type = 1\n" +
" AND t.state <= 5\n" +
" AND t.state < 5\n" +
" AND t.customer_id = ?\n" +
" ),\n" +
" 0\n" +