人事考勤数据分析取消del=0限制

This commit is contained in:
coolleave
2025-05-05 16:53:23 +08:00
parent 11bc3787d7
commit 4c69575084
6 changed files with 34 additions and 3 deletions

View File

@@ -169,4 +169,10 @@
</select>
<select id="selectUserByIdIncludingDel" resultType="com.ruoyi.common.core.domain.entity.SysUser">
<include refid="selectUserVo"/>
where u.user_id = #{userId}
</select>
</mapper>