点检计划-设备列表

This commit is contained in:
JinLu.Yin
2022-06-18 13:53:22 +08:00
parent a3becd89f3
commit 67c9b42855
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="checkMachineryUnique" parameterType="DvCheckMachinery" resultMap="DvCheckMachineryResult">
<include refid="selectDvCheckMachineryVo"/>
where machinery_id = #{machineryId}
where machinery_id = #{machineryId} limit 1
</select>
<insert id="insertDvCheckMachinery" parameterType="DvCheckMachinery" useGeneratedKeys="true" keyProperty="recordId">