nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: Method queryTotal execution error of sql : SELECT COUNT(1) FROM ( SELECT id,update_time,title,type,photo_url,original_time,deleted,create_time,is_top,subtitle,is_hand,detail_url,original_id,data_source FROM tb_technology_module WHERE (deleted = ? AND type IN ()) ORDER BY is_top DESC , original_time DESC ) TOTAL ### The error may exist in com/zlink/tb/enterprise/apply/mapper/technology/TechnologyModuleMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### Cause: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: Error: Method queryTotal execution error of sql : SELECT COUNT(1) FROM ( SELECT id,update_time,title,type,photo_url,original_time,deleted,create_time,is_top,subtitle,is_hand,detail_url,original_id,data_source FROM tb_technology_module WHERE (deleted = ? AND type IN ()) ORDER BY is_top DESC , original_time DESC ) TOTAL