mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
token管理相关接口,关联相关接口参数修改
This commit is contained in:
+7
@@ -52,4 +52,11 @@ public class AssertUtils {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static void notEmpty(List<?> array, ErrorCode errorCode,Object object) {
|
||||
if (ObjectUtils.isEmpty(array)) {
|
||||
throw exception(errorCode,object);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user