fix:承诺书上传

ln_ry20250512
wangxy 3 weeks ago
parent e9b79b8048
commit b4bd54752d

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

Loading…
Cancel
Save