|
@@ -114,7 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
update t_st_yearplan set del_flag = 2 where id = #{id}
|
|
update t_st_yearplan set del_flag = 2 where id = #{id}
|
|
</update>
|
|
</update>
|
|
|
|
|
|
- <update id="deleteTStYearplanByStaffId" parameterType="Long">
|
|
|
|
|
|
+ <update id="deleteTStYearplanByStaffId" parameterType="String">
|
|
update t_st_yearplan set del_flag = 2 where staff_id = #{staffId}
|
|
update t_st_yearplan set del_flag = 2 where staff_id = #{staffId}
|
|
</update>
|
|
</update>
|
|
|
|
|