Commit e8b63dc5 authored by cq990612's avatar cq990612

优化代码结构

parent 7498caf7
......@@ -86,7 +86,7 @@ public enum BASE_RESP_CODE_ENUM {
;
/**
* 错误编码
*/
......
......@@ -79,7 +79,7 @@ ORDER BY c.id,d.id
<select id="getDeptByManagerId" resultType="cn.wisenergy.model.app.WorkDept">
select <include refid="cols_all"/>
from <include refid="table"/>
where manager_id = #{userId}
where dept_manager_id = #{userId}
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment