src/main/resources/mapper/BattInfMapper.xml
@@ -163,6 +163,15 @@ <if test="stic.stationName!=null"> and tb_station_inf.station_name=#{stic.stationName} </if> <if test="stic.stationType!=null"> and tb_station_inf.station_type=#{stic.stationType} </if> <if test="stic.product!=null"> and tb_batt_inf.product=#{stic.product} </if> <if test="stic.monvolstd!=null"> and tb_batt_inf.monvolstd=#{stic.monvolstd} </if> <if test="stic.uid>100"> and tb_batt_inf.station_id in( select distinct station_id from db_user.tb_baojigroup_power,db_user.tb_baojigroup_usr