摘要: springboot 项目mybatis plus 设置 jdbcTypeForNull (oracle数据库需配置JdbcType.NULL, 默认是Other) oracle 使用updateAllColumnById( )方法抛异常: 无效的列类型: 1111 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. 阅读全文
posted @ 2018-05-15 15:21 庞国明 阅读(15662) 评论(2) 推荐(2)
摘要: watch: { $route(to) { console.log(to) if (to.path.indexOf('index') != -1) { //路由变化后重新获取帖子列表 this.$http.get('/api/communityList').then((res) => { if (r 阅读全文
posted @ 2018-05-15 15:16 庞国明 阅读(771) 评论(0) 推荐(0)