| | |
| | | import com.java110.utils.util.StringUtil; |
| | | 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; |
| | | |
| | | |
| | |
| | | FeePrintPagePo newFeePrintPagePo = new FeePrintPagePo(); |
| | | newFeePrintPagePo.setCommunityId(feePrintPagePo.getCommunityId()); |
| | | newFeePrintPagePo.setState("F"); |
| | | //解决全部设置F会把已删除还原的Bug |
| | | newFeePrintPagePo.setQueryStatusCd("0"); |
| | | feePrintPageV1InnerServiceSMOImpl.updateFeePrintPage(newFeePrintPagePo); |
| | | } |
| | | |