Browse Source

feature: 人员账户
1.开通账户时更新userState状态

luoyb 1 năm trước cách đây
mục cha
commit
ed9d132e9b

+ 6 - 0
ruoyi-api/ruoyi-api-backstage/src/main/java/org/dromara/backstage/api/domain/bo/RemoteUserAccountBo.java

@@ -132,4 +132,10 @@ public class RemoteUserAccountBo implements Serializable {
      * 更新者
      */
     private Long updateBy;
+
+    /**
+     * 第三方人员状态
+     */
+    private String userState;
+
 }

+ 0 - 1
ruoyi-modules/ruoyi-backstage/src/main/java/org/dromara/backstage/payment/service/impl/PtUserAccountServiceImpl.java

@@ -65,7 +65,6 @@ public class PtUserAccountServiceImpl implements IPtUserAccountService {
     private final IPtCardService ptCardService;
     private final IPtBagService bagService;
     private final IPtCardtypeService cardTypeService;
-    //private final CardBusiness cardBusiness;
 
     @DubboReference
     private final RemoteDeptService remoteDeptService;