mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
资金管理移除充值相关内容、新增优惠活动相关接口、软件购买增加对应产品的优惠活动赠送时间
This commit is contained in:
+6
@@ -53,6 +53,12 @@ public class AssertUtils {
|
||||
}
|
||||
}
|
||||
|
||||
public static void empty(Object object, ErrorCode errorCode, Object... params) {
|
||||
if (object != null) {
|
||||
throw ServiceExceptionUtil.exception(errorCode, params);
|
||||
}
|
||||
}
|
||||
|
||||
public static void notEmpty(Object object, ErrorCode errorCode) {
|
||||
if (object == null) {
|
||||
throw exception(errorCode);
|
||||
|
||||
Reference in New Issue
Block a user