|
@@ -23,6 +23,11 @@ public class ContractClientImpl implements ContractClient {
|
|
|
private final SaveUserInfoByProjectMapper saveUserInfoByProjectMapper;
|
|
|
private final SaveUserInfoByProjectServiceImpl saveUserInfoByProject;
|
|
|
|
|
|
+ @Override
|
|
|
+ public ContractInfo getContractById(Long id) {
|
|
|
+ return this.contractInfoService.getById(id);
|
|
|
+ }
|
|
|
+
|
|
|
@Override
|
|
|
public List<ContractInfo> queryContractListByIds(List<Long> ids) {
|
|
|
return this.contractInfoService.selectContractByProjectIds(ids);
|