6 lines
63 B
MySQL
6 lines
63 B
MySQL
|
UPDATE `vn`.`osTicketConfig`
|
||
|
SET oldStatus='1,6'
|
||
|
WHERE id=0;
|
||
|
|
||
|
|