|
|
@ -46,7 +46,7 @@ public class TdApplyInfoListServiceImpl extends ServiceImpl<TdApplyInfoListMappe
|
|
|
|
@DataScope(deptAlias = "d")
|
|
|
|
@DataScope(deptAlias = "d")
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public List<TdApplyInfoList> selectPromiseInfoListList(TdApplyInfoListDTO applyInfoListDTO) {
|
|
|
|
public List<TdApplyInfoList> selectPromiseInfoListList(TdApplyInfoListDTO applyInfoListDTO) {
|
|
|
|
return Collections.emptyList();
|
|
|
|
return applyInfoListMapper.selectPromiseInfoListList(applyInfoListDTO);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|