fix getAppActPopup

master
luoyang 5 years ago
parent 3341ff3ff1
commit a8afc43437

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>1.3.45</version> <version>1.3.46</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.4.0</jib-maven-plugin.version> <jib-maven-plugin.version>1.4.0</jib-maven-plugin.version>

@ -16,7 +16,8 @@
select * select *
from act_app_list from act_app_list
where is_valid = 1 where is_valid = 1
and expire_date &gt; #{now} and active_date &lt;=NOW()
and expire_date &gt; NOW()
order by create_time desc order by create_time desc
limit 1 limit 1
</select> </select>

Loading…
Cancel
Save