|
|
@@ -112,7 +112,8 @@ public class QpRfidTagController extends BaseController<QpRfidTag> {
|
|
|
}
|
|
|
}
|
|
|
if(StringUtils.isNotBlank(strTag)){
|
|
|
- throw new ServiceException("标签:"+strTag+"已被绑定!");
|
|
|
+ String substring = strTag.substring(0, strTag.length() - 1);
|
|
|
+ throw new ServiceException("标签:"+substring+"处于绑定状态!");
|
|
|
}
|
|
|
return ResultData.result(qpRfidTagService.deleteQpRfidTagByIds(ids));
|
|
|
}
|