md
This commit is contained in:
parent
02e22c023d
commit
ae0e6bb8bc
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user