SELECT coil_id as coilId, pass as `pass`, start_time as startTime, end_time as endTime, shift as shift, changqu as changqu, jitai as jitai, banzu as banzu, weight_out as weightOut, rukouhoudu as rukouhoudu, chukouhoudu as chukouhouduFROM ods_ly_level2_chanliang where changqu = '${changqu}' and start_time >= '${startTime}' and start_time < '${endTime}'然后接口调用: |