common-text

version1
admin 2 years ago
parent 8325bf99b3
commit 112c24ece1

@ -293,6 +293,7 @@
<artifactId>okhttp</artifactId> <artifactId>okhttp</artifactId>
<version>3.10.0</version> <version>3.10.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId> <artifactId>commons-text</artifactId>

@ -436,6 +436,7 @@ public class IdcServiceImpl implements IdcService {
String messageType = params.get("messageType").toString(); String messageType = params.get("messageType").toString();
saveIdcLog(messageType,"",tableName +">"+where,0,total); saveIdcLog(messageType,"",tableName +">"+where,0,total);
if(total>0) { if(total>0) {
success = true; success = true;

Loading…
Cancel
Save