admin
2019-06-11 43f1fb44aa2ddfa1fd5ca6f06eec95d2c3c33846
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserCustomSettingsService.java
@@ -15,7 +15,7 @@
    * @param state
    * @throws UserCustomSettingsException
    */
   public void saveModuleState(Long uid, Integer typeNum, Integer state) throws UserCustomSettingsException;
   public void saveModuleState(Long uid, String type, Integer state) throws UserCustomSettingsException;
   
   /**