|
@@ -226,7 +226,7 @@ public class TCntrnoController extends BaseController
|
|
|
/**
|
|
|
* 批量导入箱数据
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('shipping:cntrno:add')")
|
|
|
+ //@PreAuthorize("@ss.hasPermi('shipping:cntrno:add')")
|
|
|
@Log(title = "集装箱号", businessType = BusinessType.INSERT)
|
|
|
@PostMapping("/batch")
|
|
|
public AjaxResult batch(@RequestParam("tCntrno") String tCntrno)
|