Ver código fonte

药盒设备导数据库

liuwenbin 7 anos atrás
pai
commit
e332ba7c2b

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/data/DataHandingService.java

@ -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){