yujian
2019-07-29 cdd852f8e8eff7eb2e8f7c3fceaa955b9fc3f9d3
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;
   
   /**