Commit 0f3d635e by kangxiaoshan

操作日志

parent 5445eaa4
...@@ -1367,7 +1367,7 @@ public class ContractServiceImpl implements ContractService { ...@@ -1367,7 +1367,7 @@ public class ContractServiceImpl implements ContractService {
@Override @Override
public List<ChangeDelInfo> getChangeDelData(String platform, User loginAccount, String contranctCode) { public List<ChangeDelInfo> getChangeDelData(String platform, User loginAccount, String contranctCode) {
List<ChangeDelInfo> datas = changeDelInfoRepository.findByContract(contranctCode); List<ChangeDelInfo> datas = changeDelInfoRepository.findAll();
return datas; return datas;
} }
......
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