DMS:修改根据设备编号查询设备的问题
master
xins 8 months ago
parent 68b53fbbf6
commit 4f29794e10

@ -126,7 +126,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectDmsBaseDeviceLedgerByDeviceCode" parameterType="Long" resultMap="DmsBaseDeviceLedgerResult"> <select id="selectDmsBaseDeviceLedgerByDeviceCode" parameterType="String" resultMap="DmsBaseDeviceLedgerResult">
<include refid="selectDmsBaseDeviceLedgerVo"/> <include refid="selectDmsBaseDeviceLedgerVo"/>
where device_code = #{deviceCode} where device_code = #{deviceCode}
</select> </select>

Loading…
Cancel
Save