Commit c7438ca0 authored by codezwjava's avatar codezwjava

森林状态接口代码修改

parent 315f0fcf
......@@ -289,7 +289,4 @@ public class UserForestStatusServiceImpl implements UserForestStatusService {
return userForestStatusMap;
}
// public
}
......@@ -21,7 +21,7 @@ import java.math.BigDecimal;
*/
@Service
@Slf4j
public class UserLevelServiceImlp extends ServiceImpl<UsersMapper,User> implements UserLevelService {
public class UserLevelServiceImpl extends ServiceImpl<UsersMapper,User> implements UserLevelService {
@Autowired
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