chengf
2025-08-15 1ac555ce49a45e2c7fc015dbb16b104840788c21
service-user/src/main/java/com/java110/user/cmd/owner/AppUserBindingOwnerCmd.java
@@ -132,7 +132,7 @@
        JSONObject businessOwnerAppUser = new JSONObject();
        businessOwnerAppUser.putAll(reqJson);
        //状态类型,10000 审核中,12000 审核成功,13000 审核失败
        businessOwnerAppUser.put("state", "12000");
        businessOwnerAppUser.put("state", OwnerAppUserDto.STATE_AUDIT_SUCCESS);
        businessOwnerAppUser.put("appTypeCd", "10010");
        businessOwnerAppUser.put("appUserId", GenerateCodeFactory.getGeneratorId(GenerateCodeFactory.CODE_PREFIX_appUserId));
        businessOwnerAppUser.put("memberId", ownerDto.getMemberId());