Commit 2a4a791c by 徐高华

托管bug

parent b95b7ea8
......@@ -32,7 +32,7 @@ public interface OpenStaffMapper {
void update2QrcodeFlag(@Param("id") Long openStaffId);
void update2Qrcode(@Param("id") Long id , @Param("qrcode")String qrcode , @Param("key")String key) ;
void update2Qrcode(@Param("id") Long id , @Param("qrCode")String qrcode , @Param("key")String key) ;
void updateLoginStep(@Param("id")Long openStaffId, @Param("step")int step);
......
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