薪酬系统-福利台账,社保调差撤回v2
This commit is contained in:
parent
8bc16ae470
commit
d9c7a6c0e3
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue