common-text

version1
admin 2 years ago
parent 8325bf99b3
commit 112c24ece1

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

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

Loading…
Cancel
Save