inspect-server/src/main/resources/mapper/InsOrderMapper.xml
@@ -159,9 +159,9 @@ </if> </select> <select id="selectDeviceList" resultType="java.util.Map"> select device_name,specification_model,factory_no,date_format(latest_traceability, '%Y-%m-%d') select device_name,specification_model,factory_no,date_format(next_calibration_date, '%Y-%m-%d') latest_traceability from device where device_name in where factory_no in <foreach collection="names" index="index" open="(" separator="," close=")" item="val"> #{val} </foreach>