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、组织新增/修改移除套餐必填;3、组织账户明细支持查询手动调账记录;
This commit is contained in:
+6
@@ -77,4 +77,10 @@ public class AssertUtils {
|
||||
throw exception(errorCode);
|
||||
}
|
||||
}
|
||||
|
||||
public static void equals(Object obj1, Object obj2, ErrorCode errorCode) {
|
||||
if (ObjectUtil.equal(obj1, obj2)) {
|
||||
throw exception(errorCode);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user