mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 oracle 表别名不能写as关键字
This commit is contained in:
		@@ -31,7 +31,7 @@
 | 
			
		||||
                d.version,
 | 
			
		||||
                uu.processed_by,
 | 
			
		||||
                uu.type
 | 
			
		||||
            from flow_task as t
 | 
			
		||||
            from flow_task t
 | 
			
		||||
                    left join flow_user uu on uu.associated = t.id
 | 
			
		||||
                    left join flow_definition d on t.definition_id = d.id
 | 
			
		||||
                    left join flow_instance i on t.instance_id = i.id
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user