md
This commit is contained in:
parent
407e39d413
commit
b4a06fcfc4
@ -51,7 +51,7 @@ public class EmisWaybillAjustTypeController extends BaseController
|
||||
/**
|
||||
* 查询运单字段调整类型列表
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('emis:emisWaybillAjustType:list')")
|
||||
// @PreAuthorize("@ss.hasPermi('emis:emisWaybillAjustType:list')")
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo list(EmisWaybillAjustType emisWaybillAjustType)
|
||||
{
|
||||
@ -60,7 +60,6 @@ public class EmisWaybillAjustTypeController extends BaseController
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 检查是否重复
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user