摘要:
方法函数不存在 解决:oracle 中说明使用的to_date不存在或当前版本不支持,换成to_days就可以了 如果是mysql中,mysql并不支持to_date方法,所以需要改为str_to_date方法 或修改 select * from as_gen_plan_record t where 阅读全文
摘要:
org.springframework.dao.IncorrectResultSizeDataAccessException: query did not return a unique result: 2; nested exception is javax.persistence.NonUniq 阅读全文
摘要:
Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:3.2.0:clean (default-clean) on project spot-market-server: Failed to clean project: 阅读全文