mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
1、新增装配设置接口、多语言整理;2、订单部件cadinfo接口部件范围查询错误修复;
This commit is contained in:
+6
@@ -108,4 +108,10 @@ public class AssertUtils {
|
||||
throw new ServiceException(errorCode);
|
||||
}
|
||||
}
|
||||
|
||||
public static void isTrue(boolean expression, ErrorCode errorCode, Object... params) {
|
||||
if (expression) {
|
||||
throw new ServiceException(errorCode, params);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user