|
@@ -141,7 +141,6 @@ public class TransferInOfExpensesService {
|
|
|
* @return 返回多个项目的名称
|
|
|
*/
|
|
|
public ResultVo<List<GetDropdownBox>> queryEntryName(String pyCode) {
|
|
|
- IPage<GetDropdownBox> page = new Page<>(1, 20);
|
|
|
- return ResultVoUtil.success(dao.queryEntryName(page, pyCode.toUpperCase() + "%"));
|
|
|
+ return ResultVoUtil.success(dao.queryEntryName(pyCode.toUpperCase() + "%"));
|
|
|
}
|
|
|
}
|