|
|
|
|
@ -21,7 +21,7 @@ import java.util.List;
|
|
|
|
|
@Mapper |
|
|
|
|
public interface ReportSteamRunParamHisMapper extends BaseMapper<ReportSteamRunParamHis> { |
|
|
|
|
|
|
|
|
|
@Select("call pro_hot_water_run_param(#{curTime,jdbcType=VARCHAR,mode=IN})") |
|
|
|
|
@Select("call pro_steam_run_param(#{curTime,jdbcType=VARCHAR,mode=IN})") |
|
|
|
|
@Options(statementType = StatementType.CALLABLE) |
|
|
|
|
void execProHotWaterRunParam(@Param("curTime") String curTime); |
|
|
|
|
|
|
|
|
|
|