Commit 06950f76 by zhanghou

解决BD括号问题,修改isStdErrorNo,是checkAll可以返回返回值

parent 6b632187
......@@ -186,7 +186,7 @@ public abstract class AbstractRouteService<V extends BaseVO> {
public boolean isStdErrorNo(String errorNo) {
//if (errorNo != null && errorNo.matches("E\\d{4}")) {
if (errorNo != null) {
if (errorNo != null&&!errorNo.equals("")) {
return true;
}
return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment