This commit is contained in:
王奎兴
2026-07-02 16:22:49 +08:00
parent 01ec70e3c2
commit b5914940df
@@ -285,10 +285,9 @@ public class RemoteSystemFeignFallbackFactory implements FallbackFactory<SystemS
}
@Override
public AjaxResult getInfoByCustomerAndSecondSubjectCode(String settlementCustomersCode, Integer contractType, String firstSubjectCode) {
public AjaxResult getInfoByCustomerAndSecondSubjectCode(String settlementCustomersCode, Integer contractType, String firstSubjectCode, Long topOrganizationId, Long organizationId) {
return null;
}
@Override
public AjaxResult getInfoByCustomer2(String settlementCustomersCode, Integer contractType, Long topOrganizationId) {
return AjaxResult.error("查询失败");