1、增加debug信息开关
2、修正DETECTION_INFO_WARNING insert语句
This commit is contained in:
@@ -168,7 +168,9 @@ public class DetectDetailInsertThread implements Runnable{
|
||||
int count=0;
|
||||
for(Object[] e : params){
|
||||
arrTemp=e;
|
||||
logger.debug(" params " + Arrays.toString(e)+"addToBatch :"+ ++count);
|
||||
if(Constants.DEBUG_DETECTDETAILINSERTTHREAD_SAVETODB) {
|
||||
logger.debug(" params " + Arrays.toString(e)+"addToBatch :"+ ++count);
|
||||
}
|
||||
for (int i = 0; i < e.length; i++) {
|
||||
Object value = e[i];
|
||||
temp=value;
|
||||
|
||||
Reference in New Issue
Block a user