fix app boolean int

master
luoyang 5 years ago
parent 85e0ae4a50
commit e4a0a4ebfa

@ -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.74</version> <version>1.3.75</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.8.0</jib-maven-plugin.version> <jib-maven-plugin.version>1.8.0</jib-maven-plugin.version>

@ -71,7 +71,7 @@ public class AppActServiceImp implements AppActService {
public JSONObject getAppActPopup(){ public JSONObject getAppActPopup(){
JSONObject appActPopup = actAppMapper.getAppActPopup(); JSONObject appActPopup = actAppMapper.getAppActPopup();
if (appActPopup == null) { if (appActPopup == null) {
return new JSONObject(); return null;
} }
int appLinkType = appActPopup.getIntValue("show_type"); int appLinkType = appActPopup.getIntValue("show_type");
switch (appLinkType) { switch (appLinkType) {

Loading…
Cancel
Save