ly 3 роки тому
батько
коміт
33f36f1790

+ 1 - 1
master/src/main/resources/mybatis/training/spec/TStYearplanMapper.xml

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