value
2024-04-15 f5041d3a0a706809bc351ff6d0694935f33abc9f
inspect-server/src/main/resources/mapper/InsOrderMapper.xml
@@ -142,11 +142,11 @@
            ${ew.customSqlSegment}
        </if>
    </select>
    <select id="selectDeviceList" resultType="java.util.Map" parameterType="java.util.Set">
        select device_name,specification_model,factory_no,latest_traceability from device
    <select id="selectDeviceList" resultType="java.util.Map">
        select device_name,specification_model,factory_no,date_format(latest_traceability, '%Y-%m-%d') latest_traceability from device
        where device_name in
        <foreach collection="array" open="(" separator="," close=")" item="val">
            ${val}
        <foreach collection="names" index="index" open="(" separator="," close=")" item="val">
            #{val}
        </foreach>
    </select>