企业实战之Spring拦截器《统一参数校验》 https://blog.csdn.net/aiyaya_/article/details/78314783
SpringBoot开发详解(五)–Controller接收参数以及参数校验 https://blog.csdn.net/qq_31001665/article/details/71075743
insert/delete/update 返回值
MyBatis insert/delete/update 的返回值 https://blog.csdn.net/HeatDeath/article/details/79794103 (为了Controller层获取返回值后进行判断)
delete 之前要先确认有没有 https://segmentfault.com/q/1010000008197893 一般 执行delete update语句的时候 都需要先select一下 判断 要操作的数据是否存在 再执行操作 by CoquettishPoppy