修改code-create数据库 sql语句修改
This commit is contained in:
@@ -1227,7 +1227,7 @@ public class AccountServiceImpl extends ServiceImpl<AccountMapper, Account> impl
|
||||
private static final String QUERY_CUSTOMER_EMAIL = "SELECT username, email, country FROM pmr_wc_customer_lookup " +
|
||||
"WHERE customer_id = ? ";
|
||||
private static final String UPDATE_ORDER_STATUS = "UPDATE pmr_wc_order_stats " +
|
||||
"SET status = 'wc-complete' , date_completed = ? " +
|
||||
"SET status = 'wc-completed' , date_completed = ? " +
|
||||
"WHERE order_id = ?";
|
||||
|
||||
private static final DataSource dataSource;
|
||||
|
||||
Reference in New Issue
Block a user