huangxingxing 9 mesi fa
parent
commit
bc63099f05

+ 1 - 1
definitionsrc/returncode/returncode-system.properties

@@ -1,7 +1,7 @@
 000000000 = \u8C03\u7528\u6210\u529F\uFF01
 EB0000001 = \u901A\u8BAF\u683C\u5F0F\u9519\u8BEF,\u8BF7\u53C2\u89C1\u901A\u8BAF\u89C4\u8303!
 EB0000002 = [{0}]\u65E0\u6B64\u529F\u80FD\u6216\u4EA4\u6613\u672A\u6CE8\u518C\uFF01
-EB0000003 = {0}.
+EB0000003 = {0}
 EB0000004 = {0}\u5904\u7406\u9519\u8BEF!
 EB0000005 = {0}\u901A\u8BAF\u5904\u7406\u9519\u8BEF!
 EB0000006 = {0}\u8DEF\u7531\u901A\u8BAF\u5904\u7406\u9519\u8BEF!

+ 1 - 1
definitionsrc/returncode/returncode-system_zh_CN.properties

@@ -1,7 +1,7 @@
 000000000 = \u8C03\u7528\u6210\u529F\uFF01
 EB0000001 = \u901A\u8BAF\u683C\u5F0F\u9519\u8BEF,\u8BF7\u53C2\u89C1\u901A\u8BAF\u89C4\u8303!
 EB0000002 = [{0}]\u65E0\u6B64\u529F\u80FD\u6216\u4EA4\u6613\u672A\u6CE8\u518C\uFF01
-EB0000003 = {0}.
+EB0000003 = {0}
 EB0000004 = {0}\u5904\u7406\u9519\u8BEF!
 EB0000005 = {0}\u901A\u8BAF\u5904\u7406\u9519\u8BEF!
 EB0000006 = {0}\u8DEF\u7531\u901A\u8BAF\u5904\u7406\u9519\u8BEF!

+ 1 - 1
src/main/java/com/miniframe/bisiness/system/M00002Service.java

@@ -42,7 +42,7 @@ public class M00002Service extends M00002BaseModel implements ExecProcessFlow {
 		DAccidentMapper accDao  = UtilTools.getBean(DAccidentMapper.class);
 		DAccident da =accDao.selectByPrimaryKey(aid);
 		if(da==null){
-			throw new BusinessException("EB3000002");
+			throw new BusinessException("EMB00003");
 		}
 
 		DMwaySQLBuilder wsb =new DMwaySQLBuilder();

+ 1 - 1
系统设计/数据定义/返 回 码/system(基础系统).csv

@@ -2,7 +2,7 @@
 "1","000000000","调用成功!",""
 "2","EB0000001","通讯格式错误,请参见通讯规范!",""
 "3","EB0000002","[{0}]无此功能或交易未注册!",""
-"4","EB0000003","{0}.",""
+"4","EB0000003","{0}",""
 "5","EB0000004","{0}处理错误!",""
 "6","EB0000005","{0}通讯处理错误!",""
 "7","EB0000006","{0}路由通讯处理错误!",""