1.新增数据时报错:
错误日志:
nested exception is org.apache.ibatis.reflection.ReflectionException:
There is no getter for property named 'deleted' in 'class com.neuedu.
sports.domain.SportsCrisisResponse'修正代码:
将BaseEntity父类中的注释解开

修正过后:

2.安全与健康协议:
使用时间搜索失败

修正------添加时间日期格式化注解:

3.媒体与公关---新闻发布批量删除失败(两个删除按钮都点击不了)

我们发现没有为按钮绑定单击事件
4.票与观众服务
补全getList()方法
修正后


评论区