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

master
wg 2 months ago
parent 30c09ce988
commit 8b5544fad2

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

Loading…
Cancel
Save