Commit b98260a0 authored by liwenbin's avatar liwenbin

fix

parent 4b71ba83
...@@ -21,7 +21,9 @@ public enum QGExceptionType { ...@@ -21,7 +21,9 @@ public enum QGExceptionType {
COMMON_THIRD_PARTY_TIMEOUT(1011, "第三方服务超时"), COMMON_THIRD_PARTY_TIMEOUT(1011, "第三方服务超时"),
ASSET_IN_CODE_ERROR(2001, "资产入库code异常! uuid : %s, bizNo : %s, code : %s"), ASSET_IN_CODE_ERROR(2001, "资产入库code异常! uuid : %s, bizNo : %s, code : %s"),
GET_DEC_ATTRIBUTE_VALUE_ERROR(2002, "获取决策资产属性值异常, uuid : %s, keys : %s"); GET_DEC_ATTRIBUTE_VALUE_ERROR(2002, "获取决策资产属性值异常, uuid : %s, keys : %s"),
ASSET_ATTRIBUTE_IS_EMPTY(2003, "%s资产属性值为空");
......
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