Compare commits

..

No commits in common. 'f8dc4accc6768be49fff8c6d5a1d0832a7e18e79' and '410dbab7add67bff971bffaf509aaa25d5831f8a' have entirely different histories.

  1. 2
      jeecg-boot/jeecg-module-demo/src/main/java/org/jeecg/modules/demo/expert/mapper/ExpertMapper.java

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

Loading…
Cancel
Save