md
This commit is contained in:
parent
dddf8c7249
commit
aae87e8f19
@ -225,7 +225,7 @@ public class EmisWaybillProblemInfoController extends EmisBaseController
|
||||
@DeleteMapping("/{ids}")
|
||||
public AjaxResult remove(@PathVariable Long[] ids)
|
||||
{
|
||||
if(ids==null || ids.length>=0){
|
||||
if(ids==null || ids.length<=0){
|
||||
return AjaxResult.error("请先选择问题件");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user