|
@@ -146,7 +146,7 @@ public class MappingConfigFacade extends MappingConfigServiceImpl {
|
|
|
Map<Long, IndexBatchDTO> formMap = new HashMap<>();
|
|
|
if (StringUtil.isNotBlank(mappingConfigPageVO.getForm())) {
|
|
|
filterVO.setInputStr(mappingConfigPageVO.getForm());
|
|
|
- filterVO.setStatus(mappingConfigPageVO.getStatus());
|
|
|
+ filterVO.setStatus(mappingConfigPageVO.getFormStatus());
|
|
|
respDTO = cdssCoreClient.filter(filterVO);
|
|
|
if (RespDTOUtil.respIsOK(respDTO)) {
|
|
|
if (ListUtil.isNotEmpty(respDTO.data)) {
|