wuxw
2024-09-12 7935724516cb699835da888d59cd5b7bec5c6049
service-user/src/main/java/com/java110/user/cmd/menuUser/UpdateMenuUserCmd.java
@@ -19,10 +19,10 @@
import com.java110.core.annotation.Java110Cmd;
import com.java110.core.annotation.Java110Transactional;
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.po.menuUser.MenuUserPo;
import com.java110.po.menu.MenuUserPo;
import com.java110.utils.exception.CmdException;
import com.java110.utils.util.Assert;
import com.java110.utils.util.BeanConvertUtil;
@@ -43,7 +43,7 @@
 * // modify by 张三 at 2021-09-12 第10行在某种场景下存在某种bug 需要修复,注释10至20行 加入 20行至30行
 */
@Java110Cmd(serviceCode = "menuUser.updateMenuUser")
public class UpdateMenuUserCmd extends AbstractServiceCmdListener {
public class UpdateMenuUserCmd extends Cmd {
    private static Logger logger = LoggerFactory.getLogger(UpdateMenuUserCmd.class);