From 62b325883b98587ff7950d979ebd548d97a352f9 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 11 五月 2022 19:33:56 +0800
Subject: [PATCH] 哟花
---
service-fee/src/main/java/com/java110/fee/cmd/feePrintPage/UpdateFeePrintPageCmd.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/service-fee/src/main/java/com/java110/fee/cmd/feePrintPage/UpdateFeePrintPageCmd.java b/service-fee/src/main/java/com/java110/fee/cmd/feePrintPage/UpdateFeePrintPageCmd.java
index f66e610..8f0df86 100644
--- a/service-fee/src/main/java/com/java110/fee/cmd/feePrintPage/UpdateFeePrintPageCmd.java
+++ b/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");
+ //瑙e喅鍏ㄩ儴璁剧疆F浼氭妸宸插垹闄よ繕鍘熺殑Bug
+ newFeePrintPagePo.setQueryStatusCd("0");
feePrintPageV1InnerServiceSMOImpl.updateFeePrintPage(newFeePrintPagePo);
}
--
Gitblit v1.8.0