This commit is contained in:
parent
b1e35e8f43
commit
5bd67628a8
|
|
@ -204,11 +204,10 @@
|
||||||
from tb_bd_device_record tbdr
|
from tb_bd_device_record tbdr
|
||||||
left join tb_bd_record tbr on tbdr.record_id = tbr.id
|
left join tb_bd_record tbr on tbdr.record_id = tbr.id
|
||||||
left join sys_user su on tbr.audit_user = su.user_id
|
left join sys_user su on tbr.audit_user = su.user_id
|
||||||
<where>
|
where
|
||||||
<if test="recordId != null">
|
<if test="recordId != null">
|
||||||
and tbdr.record_id = #{recordId}
|
tbdr.record_id = #{recordId}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByName" resultType="com.bonus.base.domain.TbBdDeviceRecord">
|
<select id="selectByName" resultType="com.bonus.base.domain.TbBdDeviceRecord">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue