|
|
|
@ -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"/>
|
|
|
|
|
where device_code = #{deviceCode}
|
|
|
|
|
</select>
|
|
|
|
|