src/main/java/com/hxzk/mapper/TbHistoryPower.java
@@ -11,4 +11,8 @@ @Select("select * from tb_history_power_${nyr}") public List<com.hxzk.pojo.TbHistoryPower> findPowerTag(String nyr); @Select("select * from tb_history_power_${time} where tagid LIKE CONCAT('%', #{tagid}, '%')") public List<com.hxzk.pojo.TbHistoryPower> findSearch(com.hxzk.pojo.TbHistoryPower historyPower); }