Преглед на файлове

修改字段create_time

Sanmu8 преди 1 година
родител
ревизия
e945b950ac
променени са 2 файла, в които са добавени 10 реда и са изтрити 3 реда
  1. 1 1
      zhbsq-modlue/src/main/resources/mapper/portal/CbContactUsMapper.xml
  2. 9 2
      zhbsq-quartz/pom.xml

+ 1 - 1
zhbsq-modlue/src/main/resources/mapper/portal/CbContactUsMapper.xml

@@ -45,7 +45,7 @@
         <if test="entity.email != null and entity.email != ''">
             and A.EMAIL like concat('%', #{entity.email}, '%')
         </if>
-        order by A.createTime DESC
+        order by A.create_time DESC
         <if test="num == 1">
             LIMIT 1
         </if>

+ 9 - 2
zhbsq-quartz/pom.xml

@@ -15,6 +15,7 @@
         quartz定时任务
     </description>
 
+
     <dependencies>
 
         <!-- 定时任务 -->
@@ -34,13 +35,19 @@
             <groupId>com.hjy</groupId>
             <artifactId>zhbsq-common</artifactId>
         </dependency>
-
-        <!-- 系统业务模块-->
         <dependency>
             <groupId>com.hjy</groupId>
             <artifactId>zhbsq-modlue</artifactId>
+            <version>3.8.3</version>
+            <scope>compile</scope>
         </dependency>
 
+        <!-- 系统业务模块-->
+<!--        <dependency>-->
+<!--            <groupId>com.hjy</groupId>-->
+<!--            <artifactId>zhbsq-modlue</artifactId>-->
+<!--        </dependency>-->
+
 
     </dependencies>