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