Skip to content

Commit b97b991

Browse files
committed
Srever:APIJSONORM 解决编译错误;打包 apijson-orm-4.2.0.jar 和 apijson-framework-4.2.0.jar,并作为默认依赖
1 parent ff92635 commit b97b991

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed
-3.78 MB
Binary file not shown.
77.6 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot/libs/apijson-orm-4.1.0.jar renamed to APIJSON-Java-Server/APIJSONBoot/libs/apijson-orm-4.2.0.jar

280 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
7474

7575
<!-- 可使用 libs 目录的 apijson-framework.jar 和 apijson-orm.jar 本地 jar 包依赖来替代,两种方式二选一 -->
76-
<dependency>
76+
<!-- <dependency>
7777
<groupId>com.github.APIJSON</groupId>
7878
<artifactId>apijson-framework</artifactId>
7979
<version>LATEST</version>
80-
</dependency>
80+
</dependency> -->
8181

8282
</dependencies>
8383

281 KB
Binary file not shown.

APIJSON-Java-Server/APIJSONFramework/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<artifactId>fastjson</artifactId>
2424
<version>1.2.61</version>
2525
</dependency>
26-
<dependency>
26+
<!-- <dependency>
2727
<groupId>com.github.APIJSON</groupId>
2828
<artifactId>apijson-orm</artifactId>
2929
<version>4.1.0</version>
30-
</dependency>
30+
</dependency> -->
3131
<dependency>
3232
<groupId>javax.servlet</groupId>
3333
<artifactId>javax.servlet-api</artifactId>

APIJSON-Java-Server/APIJSONORM/src/main/java/apijson/orm/Structure.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ private static void sqlVerify(@NotNull String funChar, @NotNull JSONObject real,
801801
* @param value
802802
* @throws Exception
803803
*/
804-
public static void verifyExist(String table, String key, Object value, @NotNull SQLCreator creator) throws Exception {
804+
public static void verifyExist(String table, String key, Object value, long exceptId, @NotNull SQLCreator creator) throws Exception {
805805
if (key == null || value == null) {
806806
Log.e(TAG, "verifyExist key == null || value == null >> return;");
807807
return;

0 commit comments

Comments
 (0)