backend-api http://jira.mfd.msk:8088/browse/CLS-257 MoneyMarketSecurity убрал фильтр по workflowStatus
This commit is contained in:
parent
c537509c48
commit
aef5753a41
1 changed files with 1 additions and 2 deletions
|
|
@ -77,8 +77,7 @@ public class MoneyMarketSecurityController extends AbstractQueueController {
|
|||
@ResponseBody
|
||||
public CommonGetAllResponse getAll() {
|
||||
Collection<Map<String, Object>> all = stateLoader.getAllMetaTransform(IMDGDistributedNames.Map_MoneyMarketSecurity,
|
||||
MoneyMarketSecurity.class,
|
||||
Map.of("workflowStatus", Status.Active.getKey()));
|
||||
MoneyMarketSecurity.class);
|
||||
CommonGetAllResponse response = new CommonGetAllResponse();
|
||||
response.fromEntity(all);
|
||||
return response;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue