mirror of
				https://gitee.com/lab1024/smart-admin.git
				synced 2025-11-04 10:23:43 +08:00 
			
		
		
		
	employee bug修改
This commit is contained in:
		@@ -146,7 +146,7 @@
 | 
			
		||||
        t_employee e
 | 
			
		||||
        WHERE
 | 
			
		||||
        e.department_id IN
 | 
			
		||||
        <foreach collection="departmentIds" item="item" separator=",">
 | 
			
		||||
        <foreach collection="departmentIds" open="(" close=")" item="item" separator=",">
 | 
			
		||||
            #{item}
 | 
			
		||||
        </foreach>
 | 
			
		||||
        order by e.create_time desc
 | 
			
		||||
@@ -158,7 +158,7 @@
 | 
			
		||||
        FROM
 | 
			
		||||
        t_employee e
 | 
			
		||||
        where e.id IN
 | 
			
		||||
        <foreach collection="ids" item="item" separator=",">
 | 
			
		||||
        <foreach collection="ids" open="(" close=")" item="item" separator=",">
 | 
			
		||||
            #{item}
 | 
			
		||||
        </foreach>
 | 
			
		||||
        order by e.create_time desc
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user