.classpath
文件已删除 .factorypath
文件已删除 .gitignore
对比新文件 @@ -0,0 +1,8 @@ lx_file/upload/ lucene/ attachment/upload/*/ !attachment/upload/template/ target/ .classpath .project .settings/ .project
文件已删除 .settings/org.eclipse.core.resources.prefs
文件已删除 .settings/org.eclipse.jdt.apt.core.prefs
文件已删除 .settings/org.eclipse.jdt.core.prefs
文件已删除 .settings/org.eclipse.m2e.core.prefs
文件已删除 .settings/org.eclipse.wst.common.component
文件已删除 .settings/org.eclipse.wst.common.project.facet.core.xml
文件已删除 .settings/org.eclipse.wst.validation.prefs
文件已删除 doc/手机应用解决方案.docxBinary files differ
pom.xml
@@ -2,42 +2,40 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.lx</groupId> <artifactId>product-server</artifactId> <groupId>com.lx</groupId> <version>2.0.0-release</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>product-server-mobile-core</artifactId> <name>product-server-mobile-core</name> <description>product-server-mobile-core</description> <properties> <maven.compiler.source>8</maven.compiler.source> <maven.compiler.target>8</maven.compiler.target> </properties> <dependencies> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-common</artifactId> <version>2.0.0-release</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-util</artifactId> <version>2.0.0-release</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-admin</artifactId> <version>2.0.0-release</version> </dependency> <!--releases --> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-core</artifactId> <version>2.0.1</version> </dependency> <dependency> <groupId>com.lx</groupId> <artifactId>product-server-file</artifactId> <version>2.0.0-release</version> </dependency> </dependencies> </project> src/main/java/com/product/mobile/core/controller/ContactPersonController.java
src/main/java/com/product/mobile/core/controller/MobileLoggerController.java
文件已删除 src/main/java/com/product/mobile/core/controller/SignInController.java
src/main/java/com/product/mobile/core/controller/SystemFunctionController.java
@@ -1,12 +1,9 @@ package com.product.mobile.core.controller; import com.product.admin.service.RouterService; import com.product.core.config.CoreConst; import com.product.core.controller.support.AbstractBaseController; import com.product.core.entity.FieldSetEntity; import com.product.core.entity.RequestParameterEntity; import com.product.core.exception.BaseException; import com.product.core.spring.context.SpringMVCContextHolder; import com.product.mobile.core.config.MobileCoreCode; import com.product.mobile.core.service.SystemFunctionService; import com.product.module.sys.version.ApiVersion; src/main/java/com/product/mobile/core/service/ApplicationsService.java
src/main/java/com/product/mobile/core/service/ContanctOrgListService.java
src/main/java/com/product/mobile/core/service/NavBarManagerService.java
@@ -1,5 +1,6 @@ package com.product.mobile.core.service; import cn.hutool.core.io.FileUtil; import com.product.common.lang.StringUtils; import com.product.core.entity.DataTableEntity; import com.product.core.entity.FieldSetEntity; @@ -14,7 +15,9 @@ import com.product.mobile.core.service.ide.INavBarManagerService; import com.product.module.sys.entity.SystemUser; import com.product.util.BaseUtil; import com.product.util.sf.img4.util.ImageUtil; import org.apache.commons.codec.binary.Base64; import org.json.JSONArray; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @@ -157,6 +160,7 @@ sql.append(" a.nav_bar_name, "); sql.append(" a.module_category, "); sql.append(" a.uuid ,"); sql.append(" b.uuid ,"); sql.append(" a.sequence, "); sql.append(" b.route_name "); sql.append(" order by a.module_sequence,a.sequence"); src/main/java/com/product/mobile/core/service/SignInService.java
src/main/java/com/product/mobile/core/service/SysMessageService.java
@@ -31,7 +31,7 @@ */ public DataTableEntity listReadMessage(FieldSetEntity fse) { StringBuilder sql = new StringBuilder(); sql.append("\nselect m.uuid,m.title,m.content,m.send_user_id,mu.user_name send_user_name,m.send_time,m.message_type,ifnull(m.mobile_url,'') url "); sql.append("\nselect m.uuid,m.title,m.content,m.send_user_id,mu.user_name send_user_name,m.send_time,m.message_type,m.mobile_url url "); sql.append("\nfrom product_sys_message m"); sql.append("\nleft join product_sys_users mu on mu.user_id=m.send_user_id "); sql.append("\ninner join product_sys_message_user u on u.message_uuid=m.uuid and u.read_type=1 and u.user_id=?"); src/main/resources/META-INF/MANIFEST.MF
文件已删除 src/main/resources/file.properties
文件已删除 target/classes/META-INF/MANIFEST.MF
文件已删除 target/classes/META-INF/maven/com.lx/product-server-mobile-core/pom.properties
文件已删除 target/classes/META-INF/maven/com.lx/product-server-mobile-core/pom.xml
文件已删除 target/classes/com/product/mobile/core/config/MobileCoreCode.classBinary files differ
target/classes/com/product/mobile/core/config/MobileCoreConst.classBinary files differ
target/classes/com/product/mobile/core/controller/ApplicationsController.classBinary files differ
target/classes/com/product/mobile/core/controller/ContactPersonController.classBinary files differ
target/classes/com/product/mobile/core/controller/MobileLoggerController.classBinary files differ
target/classes/com/product/mobile/core/controller/MobileNetWorkTestController.classBinary files differ
target/classes/com/product/mobile/core/controller/NavBarManagerController.classBinary files differ
target/classes/com/product/mobile/core/controller/SignInController.classBinary files differ
target/classes/com/product/mobile/core/controller/SysMessageController.classBinary files differ
target/classes/com/product/mobile/core/controller/SystemFunctionController.classBinary files differ
target/classes/com/product/mobile/core/entity/NavBarEntity.classBinary files differ
target/classes/com/product/mobile/core/service/ApplicationsService.classBinary files differ
target/classes/com/product/mobile/core/service/ContanctOrgListService.classBinary files differ
target/classes/com/product/mobile/core/service/NavBarManagerService.classBinary files differ
target/classes/com/product/mobile/core/service/SignInService.classBinary files differ
target/classes/com/product/mobile/core/service/SysMessageService.classBinary files differ
target/classes/com/product/mobile/core/service/SystemFunctionService.classBinary files differ
target/classes/com/product/mobile/core/service/ide/INavBarManagerService.classBinary files differ
target/classes/file.properties
文件已删除 target/maven-archiver/pom.properties
文件已删除 target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst
文件已删除 target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
文件已删除 target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst
target/product-server-mobile-core-1.0.0-SNAPSHOT.jarBinary files differ
target/product-server-mobile-core-1.0.0.jarBinary files differ
target/surefire-reports/2021-05-27T14-18-50_985-jvmRun1.dump
文件已删除 target/surefire-reports/2021-07-09T17-11-03_075-jvmRun1.dump
文件已删除 target/surefire-reports/2021-07-09T17-11-03_075-jvmRun1.dumpstream
文件已删除