This commit is contained in:
linfso 2025-01-21 13:58:48 +08:00
parent 02e22c023d
commit ae0e6bb8bc

View File

@ -54,8 +54,8 @@ public class EmisWaybillOperLogController extends BaseController
* @param billCode
* @return
*/
@GetMapping("/getWaybillOperLog")
public TableDataInfo getWaybillOperLog(String billCode)
@GetMapping("/getWaybillOperLogList")
public TableDataInfo getWaybillOperLogList(String billCode)
{
List<EmisWaybillOperLog> list = emisWaybillOperLogService.selectListByMainBillCode(billCode);
return getDataTable(list);