chengf
2025-08-18 eb0d880929fccd4998d6b9836077961d1f975fea
service-user/src/main/java/com/java110/user/cmd/user/QueryAdminStaffAppAuthCmd.java
@@ -39,7 +39,7 @@
    public void doCmd(CmdEvent event, ICmdDataFlowContext context, JSONObject reqJson) throws CmdException, ParseException {
        StaffAppAuthDto staffAppAuthDto = BeanConvertUtil.covertBean(reqJson, StaffAppAuthDto.class);
        staffAppAuthDto.setStoreId("");
        staffAppAuthDto.setStoreId(reqJson.getString("propertyStoreId"));
        UserDto userDto = new UserDto();
        userDto.setUserId(staffAppAuthDto.getStaffId());