@@ -16,6 +16,7 @@ public class ThreeOrderVo extends BaseRequest {
private String orderId;
public ThreeOrderVo(String appKey, String orderId) {
+ this.setThreeUserId(appKey);
this.setAppKey(appKey);
this.setOrderId(orderId);
}
@@ -1604,7 +1604,9 @@
t.leader_id leaderId,
t2.management_source managementSource,
t.operatorCode,
- t2.id deptId
+ t.identity,
+ t2.id deptId,
+ t2.management_source dept_type
from sys_user t
left join sys_dept t2 on t.dept_id = t2.id
where t.id = #{id}