|
|
@ -60,5 +60,5 @@ public interface ExpertMapper extends BaseMapper<Expert> { |
|
|
|
void handlebackcount(String id); |
|
|
|
void handlebackcount(String id); |
|
|
|
|
|
|
|
|
|
|
|
@Update("UPDATE sys_user SET sex = #{sex} , avatar = #{topPic} WHERE username = #{seusername}") |
|
|
|
@Update("UPDATE sys_user SET sex = #{sex} , avatar = #{topPic} WHERE username = #{seusername}") |
|
|
|
void updateuser(String topPic, Integer sex, String seusername); |
|
|
|
void updateuser(@Param("topPic") String topPic, @Param("sex") Integer sex,@Param("seusername") String seusername); |
|
|
|
} |
|
|
|
} |
|
|
|