java110
2022-02-21 46eed722cd0431aa433bea2470b23015b8d83b3e
service-fee/src/main/java/com/java110/fee/cmd/feePrintPage/SaveFeePrintPageCmd.java
@@ -29,7 +29,7 @@
import com.java110.utils.util.BeanConvertUtil;
import com.java110.vo.ResultVo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.java110.core.log.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
/**
@@ -57,7 +57,6 @@
        Assert.hasKeyAndValue(reqJson, "pageName", "请求报文中未包含pageName");
        Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含communityId");
        Assert.hasKeyAndValue(reqJson, "pageUrl", "请求报文中未包含pageUrl");
        Assert.hasKeyAndValue(reqJson, "state", "请求报文中未包含state");
    }
@@ -67,6 +66,7 @@
        FeePrintPagePo feePrintPagePo = BeanConvertUtil.covertBean(reqJson, FeePrintPagePo.class);
        feePrintPagePo.setPageId(GenerateCodeFactory.getGeneratorId(CODE_PREFIX_ID));
        feePrintPagePo.setState("F");
        int flag = feePrintPageV1InnerServiceSMOImpl.saveFeePrintPage(feePrintPagePo);
        if (flag < 1) {