|
|
@@ -282,7 +282,7 @@ public class LISServiceImpl implements LISService {
|
|
|
}
|
|
|
|
|
|
public int SaveSample(List<Map<String, Object>> inputList){
|
|
|
-
|
|
|
+ log.info("ready to save:"+String.valueOf(inputList));
|
|
|
String OperationDate = null;
|
|
|
String GroupCode = null;
|
|
|
String OperationName = null;
|
|
|
@@ -353,6 +353,7 @@ public class LISServiceImpl implements LISService {
|
|
|
}
|
|
|
|
|
|
public int DestorySample(List<Map<String, Object>> inputList){
|
|
|
+ log.info("ready to destory:"+String.valueOf(inputList));
|
|
|
String OperationDate = null;
|
|
|
String GroupCode = null;
|
|
|
String OperationName = null;
|