Commit c7438ca0 authored by codezwjava's avatar codezwjava

森林状态接口代码修改

parent 315f0fcf
...@@ -288,8 +288,5 @@ public class UserForestStatusServiceImpl implements UserForestStatusService { ...@@ -288,8 +288,5 @@ public class UserForestStatusServiceImpl implements UserForestStatusService {
} }
return userForestStatusMap; return userForestStatusMap;
} }
// public
} }
...@@ -21,7 +21,7 @@ import java.math.BigDecimal; ...@@ -21,7 +21,7 @@ import java.math.BigDecimal;
*/ */
@Service @Service
@Slf4j @Slf4j
public class UserLevelServiceImlp extends ServiceImpl<UsersMapper,User> implements UserLevelService { public class UserLevelServiceImpl extends ServiceImpl<UsersMapper,User> implements UserLevelService {
@Autowired @Autowired
private UsersMapper usersMapper; private UsersMapper usersMapper;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment