| | |
| | | Assert.hasKeyAndValue(reqJson, "pageName", "请求报文中未包含pageName"); |
| | | Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含communityId"); |
| | | Assert.hasKeyAndValue(reqJson, "pageUrl", "请求报文中未包含pageUrl"); |
| | | Assert.hasKeyAndValue(reqJson, "state", "请求报文中未包含state"); |
| | | |
| | | } |
| | | |
| | |
| | | |
| | | 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) { |