薪酬系统-福利台账,社保调差撤回v2

This commit is contained in:
sy 2022-11-28 15:50:52 +08:00
parent 8bc16ae470
commit d9c7a6c0e3
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
SELECT
<include refid="baseColumns"/>
FROM hrsa_compensation_log t
WHERE id = #{id} AND delete_type = 0
WHERE t.id = #{id} AND t.delete_type = 0
</select>
<delete id="deleteById">