wuxw
2025-03-20 e40889177c25035496c526dbc12a9665d5b61ceb
service-user/src/main/java/com/java110/user/cmd/menuUser/ListMenuUserCmd.java
@@ -18,14 +18,14 @@
import com.alibaba.fastjson.JSONObject;
import com.java110.core.annotation.Java110Cmd;
import com.java110.core.context.ICmdDataFlowContext;
import com.java110.core.event.cmd.AbstractServiceCmdListener;
import com.java110.core.event.cmd.Cmd;
import com.java110.core.event.cmd.CmdEvent;
import com.java110.intf.user.IMenuUserV1InnerServiceSMO;
import com.java110.utils.exception.CmdException;
import com.java110.utils.util.BeanConvertUtil;
import com.java110.vo.ResultVo;
import org.springframework.beans.factory.annotation.Autowired;
import com.java110.dto.menuUser.MenuUserDto;
import com.java110.dto.menu.MenuUserDto;
import java.util.List;
import java.util.ArrayList;
@@ -47,7 +47,7 @@
 * // modify by 张三 at 2021-09-12 第10行在某种场景下存在某种bug 需要修复,注释10至20行 加入 20行至30行
 */
@Java110Cmd(serviceCode = "menuUser.listMenuUser")
public class ListMenuUserCmd extends AbstractServiceCmdListener {
public class ListMenuUserCmd extends Cmd {
    private static Logger logger = LoggerFactory.getLogger(ListMenuUserCmd.class);
    @Autowired