| | |
| | | <if test="orgid != null "> |
| | | orgid, |
| | | </if> |
| | | <if test="userCode != null "> |
| | | user_code, |
| | | </if> |
| | | </trim> |
| | | <trim prefix="values (" suffix=")" suffixOverrides=","> |
| | | <if test="userId != null">#{userId}, |
| | |
| | | </if> |
| | | <if test="orgid != null "> |
| | | #{orgid}, |
| | | </if> |
| | | <if test="userCode != null "> |
| | | #{userCode}, |
| | | </if> |
| | | </trim> |
| | | </insert> |
| | |
| | | d.orgid, |
| | | d.status as dept_status |
| | | from sys_dept d |
| | | left join sys_user_dept ud on d.dept_id = ud.dept_id |
| | | left join sys_user_dept ud on d.dept_code = ud.dept_code |
| | | where ud.user_id = #{userId} |
| | | and ud.del_flag = 0 |
| | | and d.del_flag = 0 |