Commit 7cd5981e by fudahua

离职继承

parent 0c5d9e6a
......@@ -55,5 +55,5 @@ public interface HandoverExternalMapper {
/**
*/
int updateAfterTransfer(List<String> ids, String transferId);
int updateAfterTransfer(@Param("ids") List<String> ids, @Param("transferId") String transferId);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment