init
This commit is contained in:
@@ -15,4 +15,8 @@ import org.springframework.stereotype.Service;
|
||||
@Service
|
||||
public class AgreementSettingServiceImpl extends ServiceImpl<AgreementSettingMapper,AgreementSetting> implements AgreementSettingService {
|
||||
|
||||
@Override
|
||||
public AgreementSetting getAgreementSetting() {
|
||||
return this.getById(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user