|
@@ -14,6 +14,6 @@ import org.apache.ibatis.annotations.Update;
|
|
|
*/
|
|
|
@Mapper
|
|
|
public interface StundentFaceProcessMapper extends MPJBaseMapper<StundentFaceProcess> {
|
|
|
- @Update("UPDATE stundent_face_process SET delete_mark = 1 WHERE delete_mark = 0 AND user_id = #{dto.userID} and id != #{dto.id} and create_date < #{dto.createDate}")
|
|
|
+ @Update("UPDATE stundent_face_process SET delete_mark = 1 WHERE delete_mark = 0 AND user_id = #{dto.userId} and id != #{dto.id}")
|
|
|
Boolean clearHistory(@Param("dto") StundentFaceProcess process);
|
|
|
}
|