Commit 8bb2899d by 徐高华

Merge branch 'feature/xgh/2406企微托管' into 'master'

托管bug

See merge request !2062
parents f0d32f1f 2a4a791c
......@@ -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