|
@ -517,7 +517,7 @@ public class DataHandingService {
|
|
|
*/
|
|
|
public List<String> importKitInfo(Integer batch)throws Exception{
|
|
|
|
|
|
String sql = " select * from wlyy.kit_bind_info_temp batch="+batch;
|
|
|
String sql = " select * from wlyy.kit_bind_info_temp where batch="+batch;
|
|
|
List<Map<String,Object>> mapList = jdbcTemplate.queryForList(sql);
|
|
|
List<String> errorList = new ArrayList<>();
|
|
|
for(Map<String,Object> one:mapList){
|