Browse Source

修改打包名称
修改小程序统计查询条件

zh 3 năm trước cách đây
mục cha
commit
d7e6d46657

+ 1 - 1
boman-auth/pom.xml

@@ -72,7 +72,7 @@
     </dependencies>
 	
     <build>
-        <finalName>${project.artifactId}</finalName>
+        <finalName>jiaoyuju-auth</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 1 - 1
boman-gateway/pom.xml

@@ -85,7 +85,7 @@
     </dependencies>
 
     <build>
-        <finalName>${project.artifactId}</finalName>
+        <finalName>jiaoyuju-gateway</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 1 - 1
boman-modules/boman-file/pom.xml

@@ -82,7 +82,7 @@
     </dependencies>
 
     <build>
-        <finalName>${project.artifactId}</finalName>
+        <finalName>jiaoyuju-file</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 1 - 1
boman-modules/boman-gen/pom.xml

@@ -80,7 +80,7 @@
     </dependencies>
 
     <build>
-        <finalName>${project.artifactId}</finalName>
+        <finalName>jiaoyuju-gen</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 1 - 1
boman-modules/boman-job/pom.xml

@@ -81,7 +81,7 @@
     </dependencies>
 
     <build>
-        <finalName>${project.artifactId}</finalName>
+        <finalName>jiaoyuju-job</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 1 - 1
boman-modules/boman-system/pom.xml

@@ -116,7 +116,7 @@
     </dependencies>
 
     <build>
-        <finalName>${project.artifactId}</finalName>
+        <finalName>jiaoyuju-system</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 1 - 1
boman-web-core/pom.xml

@@ -110,7 +110,7 @@
     </dependencies>
 
     <build>
-        <finalName>${project.artifactId}</finalName>
+        <finalName>jiaoyuju-core</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 1 - 0
boman-web-core/src/main/java/com/boman/web/core/service/bomanMessageReceive/BomanMessageReceiveServiceImpl.java

@@ -83,6 +83,7 @@ public class BomanMessageReceiveServiceImpl implements IBomanMessageReceiveServi
         JSONObject jsonObjectTwo = new JSONObject();
         jsonObjectTwo.put("receive_user_id",userId);
         jsonObjectTwo.put("visible","Y");
+        jsonObjectTwo.put("is_del","N");
         List<JSONObject> bomanMessageReceive = selectService.getByMap("boman_message_receive", jsonObjectTwo);
         long unread = 0L;
         long read = 0L;