wms手持接口bug3和前端页面的线体框问题

master
mengjiao 1 month ago
parent 11688cc09c
commit 9811f49946

@ -119,7 +119,7 @@ public class MesLineController extends BaseController {
*/
@GetMapping("/selectLineBody")
public TableDataInfo selectLineBody(MesLine mesLine) {
startPage();
// startPage();
List<MesLine> list = mesLineService.selectLineBody(mesLine);
return getDataTable(list);
}

@ -86,4 +86,6 @@ public interface IWmsSellOutEmbryoService {
List<WmsSellOutEmbryo> selectWmsSellOutEmbryoREListTS(WmsSellOutEmbryo wmsSellOutEmbryo);
int updateWmsSellOutEmbryoRE(WmsSellOutEmbryo wmsSellOutEmbryo);
}

Loading…
Cancel
Save