添加轮档入库分类记录模块

master
wg 2 months ago
parent 30c09ce988
commit 8b5544fad2

@ -72,7 +72,7 @@ public class RecordInController extends BaseController
@ResponseBody @ResponseBody
public TableDataInfo selectByBatchCode(String batchCode) public TableDataInfo selectByBatchCode(String batchCode)
{ {
startPage(); // startPage();
List<RecordIn> list = recordInService.selectByBatchCode(batchCode); List<RecordIn> list = recordInService.selectByBatchCode(batchCode);
return getDataTable(list); return getDataTable(list);
} }

Loading…
Cancel
Save