fei.wang
2024-04-16 70223b3ef4df02622869425fed4ba9b290e1aa74
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);
}