Browse Source

权益券修改

785834757 1 year ago
parent
commit
58a4f5d70f

+ 1 - 0
src/main/java/com/ydtech/modules/equity/model/request/ThreeOrderVo.java

@@ -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);
     }

+ 3 - 1
src/main/resources/mapper/modules/admin/SysUserMapper.xml

@@ -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}