在MySQL里面update一条记录,语法都正确的,但记录并没有被更新…
update apps set owner_code=’43212’ and owner_name=’李四’ where owner_code=’13245’ and owner_name=’张三’;
https://github.com/swagger-api/swagger-editor git clone https://github.com/swagger-api/swagger-editor.git tar -zxvf swagger-editor-master.zip cnpm install npm run build npm start