java110
2022-06-08 bf4bab696aeaaf94b6d95781e7607f17771f3d5c
service-fee/src/main/java/com/java110/fee/cmd/feePrintPage/UpdateFeePrintPageCmd.java
@@ -29,7 +29,7 @@
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;
@@ -69,6 +69,8 @@
            FeePrintPagePo newFeePrintPagePo = new FeePrintPagePo();
            newFeePrintPagePo.setCommunityId(feePrintPagePo.getCommunityId());
            newFeePrintPagePo.setState("F");
            //解决全部设置F会把已删除还原的Bug
            newFeePrintPagePo.setQueryStatusCd("0");
            feePrintPageV1InnerServiceSMOImpl.updateFeePrintPage(newFeePrintPagePo);
        }