百鸣
2022-08-26 0a404e23896b566a4dc017431951f8b73578ed73
src/main/java/com/genersoft/iot/vmp/storager/dao/UserMapper.java
@@ -60,6 +60,6 @@
    @ResultMap(value="roleMap")
    List<User> getUsers();
    @Delete("update user set pushKey=MD5(NOW()+#{id}) where id=#{id}")
    int resetPushKey(int id);
    @Update("update user set pushKey=#{pushKey} where id=#{id}")
    int changePushKey(int id, String pushKey);
}