提交 4eff82cf 编写于 作者: ibizdev's avatar ibizdev

zhouweidong 发布系统代码

上级 5a3ef6d4
...@@ -55,5 +55,13 @@ zuul: ...@@ -55,5 +55,13 @@ zuul:
path: /net-disk/** path: /net-disk/**
serviceId: ${ibiz.ref.service.disk:ibzdisk-api} serviceId: ${ibiz.ref.service.disk:ibzdisk-api}
stripPrefix: false stripPrefix: false
ou_sys_org:
path: /sysorganizations/**
serviceId: ${ibiz.ref.service.ou:ibzou-api}
stripPrefix: false
ou_sys_dept:
path: /sysdepartments/**
serviceId: ${ibiz.ref.service.ou:ibzou-api}
stripPrefix: false
sensitive-headers: sensitive-headers:
- Cookie,Set-Cookie,Authorization - Cookie,Set-Cookie,Authorization
...@@ -44,5 +44,13 @@ zuul: ...@@ -44,5 +44,13 @@ zuul:
path: /net-disk/** path: /net-disk/**
serviceId: ${ibiz.ref.service.disk:ibzdisk-api} serviceId: ${ibiz.ref.service.disk:ibzdisk-api}
stripPrefix: false stripPrefix: false
ou_sys_org:
path: /sysorganizations/**
serviceId: ${ibiz.ref.service.ou:ibzou-api}
stripPrefix: false
ou_sys_dept:
path: /sysdepartments/**
serviceId: ${ibiz.ref.service.ou:ibzou-api}
stripPrefix: false
sensitive-headers: sensitive-headers:
- Cookie,Set-Cookie,Authorization - Cookie,Set-Cookie,Authorization
...@@ -71,6 +71,7 @@ public class PayTrade extends EntityMP implements Serializable { ...@@ -71,6 +71,7 @@ public class PayTrade extends EntityMP implements Serializable {
/** /**
* 支付状态 * 支付状态
*/ */
@DEField(defaultValue = "pending")
@TableField(value = "tradestatus") @TableField(value = "tradestatus")
@JSONField(name = "trade_status") @JSONField(name = "trade_status")
@JsonProperty("trade_status") @JsonProperty("trade_status")
......
...@@ -15,7 +15,7 @@ public interface IBZOUFeignClient ...@@ -15,7 +15,7 @@ public interface IBZOUFeignClient
* @param userId * @param userId
* @return * @return
*/ */
@GetMapping("/ibzemployees/{userId}/oumaps") @GetMapping("/sysemployees/{userId}/oumaps")
Map<String, Set<String>> getOUMapsByUserId(@PathVariable("userId") String userId); Map<String, Set<String>> getOUMapsByUserId(@PathVariable("userId") String userId);
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册