zm
2020-06-16 0ef201ff1697460d9209a3b7b227ebc57d62f04a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
 
 
#---------服务配置----------
 
 
server.port = 9096
mybatis.mapperLocations = classpath:mybatis/**/*.xml
mybatis.typeAliasesPackage = com.changhong.epc.parsing.mapper
ftphost = 10.4.68.62
ftpusername = ftp_cost
ftppassword = ftpcost123
 
 
 
#---------基础配置----------
 
spring.redis.host = 114.115.154.62
spring.redis.port = 6379
spring.redis.password=iem@2020
spring.datasource.center.url = jdbc:mysql://114.115.154.62:3306/epc_center?useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull
spring.datasource.center.username = jiuding
spring.datasource.center.password = 95997F86E784AEDE3584044EA4857E2A81C9A0B423FD7EA5
spring.datasource.center.driverClass = com.mysql.jdbc.Driver
spring.datasource.center.filters = stat
spring.datasource.center.maxActive = 50
spring.datasource.center.initialSize = 0
spring.datasource.center.maxWait = 6000
spring.datasource.center.minIdle = 0
spring.datasource.center.validationQuery = select 1;
spring.datasource.center.timeBetweenEvictionRunsMillis = 5000
spring.datasource.center.minEvictableIdleTimeMillis = 60000
spring.datasource.center.testWhileIdle = true
spring.datasource.center.testOnBorrow = true
spring.datasource.center.testOnReturn = false
spring.datasource.center.connectionProperties = password=${spring.datasource.center.password}
spring.datasource.center.passwordCallbackClassName = com.iemsoft.framework.cloud.config.datasource.password.IEMPassWordCallBack
spring.datasource.tenant1.url = jdbc:mysql://114.115.154.62:3306/epc_tenant_1?useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull
spring.datasource.tenant1.username = jiuding
spring.datasource.tenant1.password = 95997F86E784AEDE3584044EA4857E2A81C9A0B423FD7EA5
spring.datasource.tenant1.driverClass = com.mysql.jdbc.Driver
spring.datasource.tenant1.filters = stat
spring.datasource.tenant1.maxActive = 50
spring.datasource.tenant1.initialSize = 0
spring.datasource.tenant1.maxWait = 6000
spring.datasource.tenant1.minIdle = 0
spring.datasource.tenant1.validationQuery = select 1;
spring.datasource.tenant1.timeBetweenEvictionRunsMillis = 5000
spring.datasource.tenant1.minEvictableIdleTimeMillis = 60000
spring.datasource.tenant1.testWhileIdle = true
spring.datasource.tenant1.testOnBorrow = true
spring.datasource.tenant1.testOnReturn = false
spring.datasource.tenant1.connectionProperties = password=${spring.datasource.tenant1.password}
spring.datasource.tenant1.passwordCallbackClassName = com.iemsoft.framework.cloud.config.datasource.password.IEMPassWordCallBack
spring.datasource.tenant2.url = jdbc:mysql://114.115.154.62:3306/epc_tenant_2?useUnicode=true&characterEncoding=utf-8&useOldAliasMetadataBehavior=true&zeroDateTimeBehavior=convertToNull
spring.datasource.tenant2.username = jiuding
spring.datasource.tenant2.password = 95997F86E784AEDE3584044EA4857E2A81C9A0B423FD7EA5
spring.datasource.tenant2.driverClass = com.mysql.jdbc.Driver
spring.datasource.tenant2.filters = stat
spring.datasource.tenant2.maxActive = 50
spring.datasource.tenant2.initialSize = 0
spring.datasource.tenant2.maxWait = 6000
spring.datasource.tenant2.minIdle = 0
spring.datasource.tenant2.validationQuery = select 1;
spring.datasource.tenant2.timeBetweenEvictionRunsMillis = 5000
spring.datasource.tenant2.minEvictableIdleTimeMillis = 60000
spring.datasource.tenant2.testWhileIdle = true
spring.datasource.tenant2.testOnBorrow = true
spring.datasource.tenant2.testOnReturn = false
spring.datasource.tenant2.connectionProperties = password=${spring.datasource.tenant2.password}
spring.datasource.tenant2.passwordCallbackClassName = com.iemsoft.framework.cloud.config.datasource.password.IEMPassWordCallBack
tm.manager.url = http://iemsoft:iemsoft.cn@localhost:8999/tx/manager/
logging.config = classpath:logback-boot.xml
eureka.instance.prefer-ip-address = true
eureka.instance.instance-id = ${spring.cloud.client.ipAddress}:${server.port}
eureka.client.serviceUrl.defaultZone = http://iemsoft:iemsoft.cn@localhost:9995/eureka/
epc.changhong.system-name = 费用云平台
epc.changhong.permission-host = http://autho.chiq-cloud.com
epc.changhong.permission-app-key = 951176a2b1fc4862ae997a5e80fc71ed
epc.changhong.permission-secret-key = adb32e1c135f4fda8a03ebf690852372
epc.changhong.permission-url = autho-api-test
epc.changhong.permission-version = v1
epc.changhong.token-time-out = 3000000
epc.changhong.form-service-post = 8089
epc.changhong.form-service-url = 114.115.154.62
epc.changhong.login-send-redirect = http://epcf.chfcloud.com:8081/#/main
epc.changhong.bb = http://chartbb.chfcloud.com:10080
epc.changhong.report-service-id = 3
epc.changhong.report-access-id = 1000002
epc.changhong.report-security-key = dfae7333b0434b560d6f11b8c410ab17
epc.changhong.txz = https://tuapi.chiq-cloud.com
epc.changhong.sso-app-id = tubp
epc.changhong.sso-app-key = 7b8879ad
epc.changhong.sso-secret-key = 9717cc2fff624ef2a8e7a5407b161513
epc.changhong.sso-livemode = 0
epc.changhong.sso-server-host = http://test.passport.changhong.com/
epc.changhong.ysx = http://csza.chfcloud.com
epc.changhong.gzl = http://ubpyq.chfcloud.com:8087/ubp
epc.changhong.process-service-id = 9
epc.changhong.process-access-id = 5425975
epc.changhong.process-app-key = 9a4b2489b28b4ceeb1e4426018db4a75
epc.changhong.process-security-key = 8199609c3cf9465289c04c73ef6d5b19
epc.changhong.csc-id = 1000000
epc.changhong.csc-private-key = fa5e4cca8dc79ad8aa333e867b2ecb10
epc.changhong.pass-port.user-detial.url = ${epc.changhong.txz}/v2/user/getUserDetial
epc.changhong.pass-port.DEF_CREATE.url = ${epc.changhong.gzl}/ubp-api-control/process/def/create
epc.changhong.pass-port.DEF_DELETE.url = ${epc.changhong.gzl}/ubp-api-control/process/def/delete
epc.changhong.pass-port.DEF_DEPLOY.url = ${epc.changhong.gzl}/ubp-api-control/process/def/deploy
epc.changhong.pass-port.DEF_SEACHE.url = ${epc.changhong.gzl}/ubp-api-seache/process/def/seache
epc.changhong.pass-port.INST_BACK.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/back
epc.changhong.pass-port.CREATE_AGENT.url = ${epc.changhong.gzl}/ubp-api-control/process/create/agent
epc.changhong.pass-port.INST_CREATE.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/create
epc.changhong.pass-port.INST_DRAWBACK.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/drawBack
epc.changhong.pass-port.AGENT_DELETE.url = ${epc.changhong.gzl}/ubp-api-control/process/agent/delete
epc.changhong.pass-port.INST_OVER.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/over
epc.changhong.pass-port.CREATE_CHARGE.url = ${epc.changhong.gzl}/ubp-api-control/process/create/charge
epc.changhong.pass-port.INST_FINISH.url = ${epc.changhong.gzl}/ubp-api-control/process/inst/finish
epc.changhong.pass-port.AGENT_UPDATE.url = ${epc.changhong.gzl}/ubp-api-control/process/agent/update
epc.changhong.pass-port.SEACHE_HANDLE.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/seache/handle
epc.changhong.pass-port.INST_LOG.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/log
epc.changhong.pass-port.GET_BACK.url = ${epc.changhong.gzl}/ubp-api-seache/process/get/back
epc.changhong.pass-port.INST_AGENT.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/agent
epc.changhong.pass-port.AGENT_DEFMSG.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/agent/defMsg
epc.changhong.pass-port.INST_SEACHE.url = ${epc.changhong.gzl}/ubp-api-seache/process/inst/seache
epc.changhong.pass-port.GET_USERINFO.url = ${epc.changhong.gzl}/process-system/system/userInfo
epc.changhong.pass-port.APP_CREATE.url = ${epc.changhong.gzl}/ubp-api-control/process/app/create
epc.changhong.pass-port.ORDER_ORDERACCOUNT.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/orderAccount
epc.changhong.pass-port.find-tenant-tenantcompanys.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/tenant/findTenantCompanys
epc.changhong.pass-port.find-tenant-organization.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/tenant/findOrganization
epc.changhong.pass-port.find-company-systemlist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/company/findSystemList
epc.changhong.pass-port.find-tenant-subcompanysystem.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/tenant/findSubCompanySystem
epc.changhong.pass-port.find-company-organization.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/company/findOrganization
epc.changhong.pass-port.find-user-tenantsandcompanys.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/findTenantsAndCompanys
epc.changhong.pass-port.find-user-userorgs.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/findUserOrgs
epc.changhong.pass-port.add-user-usertocsc.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/addUserToCSC
epc.changhong.pass-port.get-user-orgsoftree.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/user/getOrgsOfTree
epc.changhong.pass-port.find-organization-positionlist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findPositionList
epc.changhong.pass-port.find-organization-userlist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findUserList
epc.changhong.pass-port.find-organization-namelist.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findNameList
epc.changhong.pass-port.find-organization-relationdetail.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findRelationDetail
epc.changhong.pass-port.find-organization-idnames.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findIdNames
epc.changhong.pass-port.order-rule-check.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/api/orderRuleCheck
epc.changhong.pass-port.get-orderpic.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/api/getOrderPic
epc.changhong.pass-port.get-order-typedefinelist.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/orderTypeDefine/getOrderTypeDefineList
epc.changhong.pass-port.get-bus-typebycomp.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/busType/getBusTypeByComp
epc.changhong.pass-port.get-tenant-definemaster.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/ele/getMasDataDefineData
epc.changhong.pass-port.get-tenant-elemaster.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/ele/getMasDataEle
epc.changhong.pass-port.get-tenant-valuemaster.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/masDataValue/getAllMasDataDefValueData
epc.changhong.pass-port.json-order-addorder.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/addOrder
epc.changhong.pass-port.json-order-orderaccountfyy.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/orderAccountFyy
epc.changhong.pass-port.report-widget-saveref.url = ${epc.changhong.bb}/ereport/widget/saveRef
epc.changhong.pass-port.report-widget-preview.url = ${epc.changhong.bb}/#/preview
epc.changhong.pass-port.find-users.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findUserList
epc.changhong.pass-port.order-backrule.url = ${epc.changhong.ysx}/csc-ie-api/rest/json/order/backRule
epc.changhong.pass-port.update-userinfo.url = ${epc.changhong.txz}/v2/user/updateUserInfo
epc.changhong.pass-port.find-organization-version.url = ${epc.changhong.ysx}/csc-ie-user/rest/json/api/organization/findCompanyVersion
 
#ribbon.eureka.enabled = false
#
#epc-client-admin.ribbon.listOfServers = 114.115.154.62:9123
#
#epc-client-tenant.ribbon.listOfServers = 114.115.154.62:9089
#
#epc-client-count.ribbon.listOfServers = 114.115.154.62:9989
#
#epc-client-form.ribbon.listOfServers = 114.115.154.62:9128
#
#epc-client-parsing.ribbon.listOfServers = 114.115.154.62:9096
 
 
 
#---------熔断器配置----------
 
 
hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds = 60000
hystrix.command.default.execution.timeout.enabled = true
hystrix.command.default.execution.isolation.thread.interruptOnTimeout = false
hystrix.command.default.fallback.isolation.semaphore.maxConcurrentRequests = 2000
hystrix.command.default.fallback.enabled = false
hystrix.command.default.circuitBreaker.requestVolumeThreshold = 1
hystrix.threadpool.default.coreSize = 1000
hystrix.threadpool.default.maxQueueSize = 1000
hystrix.threadpool.default.queueSizeRejectionThreshold = 1000
 
 
#---------国际化配置----------
 
 
DepartmentBudgt.zh-CN = 部门预算
ElevantDepartments.zh-CN = 归口预算
SuperBudgtDepartments.zh-CN = 上级部门
ApplyUseBudgtFun.zh-CN = 申请使用预算
ExpendUseBudgtFun.zh-CN = 报销使用预算
CREATE_ASSET_DATE_ERROR.zh-CN = 请创建资产化日期{0}的资产
BUDGET_CHILD_SIZE.zh-CN = 预算子表单数量与上级预算不一致
CONTRACT_CHILD_SIZE.zh-CN = 合同报销阶段数量与合同信息阶段不一致
OVERTOP_CONTRACT_MONEY.zh-CN = 超出合同信息阶段金额
BUDGET_MONEY_NOT_ENOUGH.zh-CN = 预算余额不足
RECOVERY_BUDGET_MONEY_NOT_ENOUGH.zh-CN = 回收金额不能大于预算余额
EXTEND_BUDGET_MONEY_NOT_ENOUGH.zh-CN = 扩展预算金额不能大于上级预算余额
BUDGET_LOCK.zh-CN = 其它单据正在使用此预算单,请稍后再试
EMPTY_BUDGET.zh-CN = 未找到对应预算信息
BUDGET_EXPEND_DATE_ERROR.zh-CN = 预算扩展日期不能小于或等于预算结束日期
BUDGET_INVALID.zh-CN = 预算信息无效,请从新选择
ALREADY_REPAID_OUT.zh-CN = 还款金额超出
PERSION_COST_OUT.zh-CN = 个人抵扣金额大于当前还款总金额/当前无借款
CREATE_ORDERCODE_ERR.zh-CN = 自动创单失败
ACCOUNT_NOT_DEPRECIATION.zh-CN = 只有计提成功的资产才可以记账
CONTRACT_BUDGET_OUT.zh-CN = 超出预算金额
CONTRACT_OVER.zh-CN = 此合同已终止
C00021.zh-CN = {0}已存在相同值!
BUDGETINFO_DEFICLENCY.zh-CN = 预算条件不完整,请完善数据!
BUDGETINFO_NOTFOUND.zh-CN = 预算单明细中无数据
DEP_RETEPI.zh-CN = 当前部门已有相同预算:
FORM_LOCK.zh-CN = 表单已锁定,请稍后重试
FORM_UPDATE.zh-CN = 单据已被修改或超时,请从新打开
FORM_USER_AGREEMENT.zh-CN = 当前单据创建人与操作人员不一致
000006.zh-CN = 对象未初始化或者不存在
000000.zh-CN = 请求成功
000005.zh-CN = 数据库操作错误
000007.zh-CN = 数据输入输出错误
000008.zh-CN = 指定的类不存在
000009.zh-CN = 数学运算异常
000010.zh-CN = 数组越界异常
000011.zh-CN = 方法参数错误
000012.zh-CN = 类型转化错误
000013.zh-CN = 违背安全原则错误
000014.zh-CN = 数据库操作异常
000015.zh-CN = 方法未找到
000016.zh-CN = JAVA虚拟机发生内部异常
000017.zh-CN = SQL语句发生错误
000018.zh-CN = 程序内部错误,操作失败
F0004.zh-CN = 格式化日期
S0004.zh-CN = ([日期类型(必填)], [日期格式])
F0008.zh-CN = 获得当前时间
S0008.zh-CN = ()
F0009.zh-CN = 获得年
S0009.zh-CN = ([日期类型(必填)])
F0011.zh-CN = 获得两个日期相差天数
S0011.zh-CN = ([日期类型(必填)], [日期类型(必填)])
F0015.zh-CN = 获取报销次数
S0015.zh-CN = ([表单id(必填)])
F0020.zh-CN = 获得日期月分
S0020.zh-CN = ([日期类型(必填)])
F0012.zh-CN = 获得两个日期相差小时数
S0012.zh-CN = ([日期类型(必填)], [日期类型(必填)])
F0013.zh-CN = 日期加小时
S0013.zh-CN = ([日期类型(必填)], [数字(必填)])
F0201.zh-CN = 向上取整
S0201.zh-CN = ([数字类型(必填)])
F0202.zh-CN = 向下取整
S0202.zh-CN = ([数字类型(必填)])
F0203.zh-CN = 四舍五入
S0203.zh-CN = ([数字类型(必填)])
F0002.zh-CN = 获得第一个行程控件值
S0002.zh-CN = ([主数据(必填)])
F0003.zh-CN = 获得最后一个行程控件值
S0003.zh-CN = ([主数据(必填)])
F0010.zh-CN = 获得控件值
S0010.zh-CN = ([主数据(必填)])
F0205.zh-CN = 获得行程个数
S0205.zh-CN = ([主数据])
F0001.zh-CN = 获得主数据值(字符串)
S0001.zh-CN = ([主数据.返回的元素(必填)],[主数据.元素]
F0007.zh-CN = 获得主数据值(浮点)
S0007.zh-CN = ([主数据.返回的元素(必填)],[主数据.元素]
F0005.zh-CN = 获得主数据值-参数
S0005.zh-CN = ([主数据.元素], [主数据])
fe001.zh-CN = 未找到相应函数参数
DEBG.zh-CN = 定额包干
SBSX.zh-CN = 实报实销
BZNXEBX.zh-CN = 标准内限额
BZNSBSX.zh-CN = 标准内据实
NO_STANDARD_GROUP.zh-CN = 费用不符合标准提示信息
NO_STANDARD.zh-CN = 不在补助标准范围内
MONEY_TYPE.zh-CN = 费用类型
WAY_TYPE.zh-CN = 报销方式
ERR_TITLE.zh-CN = 错误提示
BILL_TITLE_NAME.zh-CN = 票据
NOMR_TITLE_NAME.zh-CN = 标准
BILL_RULE_MSG.zh-CN = 票据规则检查提示信息
PERSION_NO_EQUALS.zh-CN = 城市间交通费''{0}''与单据人员不符
NO_BILL_JOURNEY.zh-CN = 无票据行程
FORBID_SQL_PARAM.zh-CN = 函数禁止sql语句
E0019.zh-CN = 参数不可为空
E0100.zh-CN = 调用接口失败
DEPRECIATION_MONTH_ERROR.zh-CN = 请在{0}计提{1}部门的资产
ACCOUNT_NOTEMPTY_ERROR.zh-CN = {0}部门{1}已记账,不可重新计提
NO_ASSET_ERROR.zh-CN = 没有资产,不能计提
DEPRECIATION_GT_NOW_MONTH_ERROR.zh-CN = 计提时间不可大于当前月份
LAST_DEPRECIATION_NOT_ACCOUNT.zh-CN = 上月计提未记账
NEW_ASSET_NOT_DEPRECIATION.zh-CN = 存在未计提资产,请重新计提
NOT_ACCOUNT_SERVER.zh-CN = 当前公司没有固定资产记账服务
C0000.zh-CN = 请求成功
C0006.zh-CN = 对象未初始化或者不存在
U0041.zh-CN = 已经存在相同主数据
MASTER_ERR_MSG.zh-CN = %s 在'%s'主数据中不存在
C0010.zh-CN = 租户公司未初始化
C00023.zh-CN = 上传格式不支持!
100001.zh-CN = 网络异常
100009.zh-CN = 表单版本已存在!
100010.zh-CN = 子表单名已存在!
100002.zh-CN = 用户名或密码错误
100004.zh-CN = 表格格式有误
100011.zh-CN = 网络异常
L0001.zh-CN = 登陆验证失效
CREATEUSER.zh-CN = 创建人
CREATEDATETIME.zh-CN = 创建时间
PROCESSSTATE.zh-CN = 流程状态
otherCost.zh-CN = 其他
APPLY_NOT_MERGE.zh-CN = 申请单还没有合并
journey.title.billType.zh-CN = 票据类型
journey.title.money.zh-CN = 票据金额
journey.title.exchangeMoney.zh-CN = 报销币种金额
APPLY_FLOW_OVER.zh-CN = 申请流程结束,不可取消合并
U0040.zh-CN = token验证失败
U0040.en-US = token validation fails
U0039.zh-CN = sign验证失败
U0039.en-US = sign validation fails
NO_JOIN_BILL.zh-CN = 无匹配行程
NO_JOIN_BILL.en-US = no matching trip
NO_JOIN_BILL_GROUP.zh-CN = 无行程票价信息
NO_JOIN_BILL_GROUP.en-US = no trip bill