摘要:
1.查询: @Query(value = "select * from system_action sa where sa.parent_id = ?1 order by parent_id,index_of", nativeQuery = true)public List<SystemAction 阅读全文
摘要:
Left join左连接,得到的是左表的所有数据拼接右表符合on条件的数据。 on后用and连接,都作为on条件。on后用where连接,where作为筛选条件,则是匹配两个条件相同的结果集。on后用where连接,where作为筛选条件,则是匹配两个条件相同的结果集。如下图一,on后的and使用错 阅读全文
摘要:
public Long Upload(String fileName, File file, Long point) { OSS ossClient = new OSSClientBuilder().build(ossConfig.getRegion().concat(".aliyuncs.com" 阅读全文