DELETE FROM article WHRER id in(1,2,3);
UPDATE article SET status = 0 WHRER id IN(1,2,3);
← Web-xml配置文件 《SSM整合》学习笔记→