Browse Source

20250124_sun

15143018065 2 months ago
parent
commit
a89ae5a63f

+ 13 - 0
pom.xml

@@ -116,6 +116,19 @@
                 <nacos.config.namespace>myvm</nacos.config.namespace>
             </properties>
         </profile>
+        <profile>
+            <id>winGljt</id>
+            <properties>
+                <profiles.active>gljt</profiles.active>
+                <nacos.server>127.0.0.1:8848</nacos.server>
+                <nacos.config.user>nacos</nacos.config.user>
+                <nacos.config.password>sckjadmin</nacos.config.password>
+                <nacos.discovery.group>MZ</nacos.discovery.group>
+                <nacos.config.group>MZ</nacos.config.group>
+                <nacos.discovery.namespace>gljt</nacos.discovery.namespace>
+                <nacos.config.namespace>gljt</nacos.config.namespace>
+            </properties>
+        </profile>
     </profiles>
 
     <!-- 依赖声明 -->

+ 1 - 0
ruoyi-modules/mz-gljt/src/main/java/com/ruoyi/gljt/service/impl/GljtSqSqServiceImpl.java

@@ -185,6 +185,7 @@ public class GljtSqSqServiceImpl implements IGljtSqSqService
             lr.setPc(GljtSqUtils.getBtbzByCsrq(gljtSqSq.getCsrq(), gljtSqSq.getIsdb()));
             gljtSqLrMapper.insert(lr);
             gljtSqSq.setStatus(GljtAdStatus.CG.getCode());
+            gljtSqSq.setLrId(lr.getId());
             return gljtSqSqMapper.insert(gljtSqSq);
         }
         gljtSqUtils.getAskFlow(pz, gljtSqSq);