Your Name
2022-12-08 a20310f135ebf1c8ccff2b619f3eff3d704436a0
service-common/src/main/java/com/java110/common/cmd/marketGoods/SaveMarketGoodsItemCmd.java
@@ -69,7 +69,8 @@
    public void doCmd(CmdEvent event, ICmdDataFlowContext cmdDataFlowContext, JSONObject reqJson) throws CmdException {
        MarketGoodsItemPo marketGoodsItemPo = BeanConvertUtil.covertBean(reqJson, MarketGoodsItemPo.class);
        marketGoodsItemPo.setGoodsId(GenerateCodeFactory.getGeneratorId(CODE_PREFIX_ID));
        marketGoodsItemPo.setItemId(GenerateCodeFactory.getGeneratorId(CODE_PREFIX_ID));
        int flag = marketGoodsItemV1InnerServiceSMOImpl.saveMarketGoodsItem(marketGoodsItemPo);
        if (flag < 1) {