fix:设备台账TAB栏中的“点检”“保养”“维修”相关接口开发。

This commit is contained in:
zhangxuanming
2025-02-06 16:43:40 +08:00
parent cb3f288512
commit fdb428a022
16 changed files with 151 additions and 2 deletions

View File

@@ -55,7 +55,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where plan_id = #{planId}
) limit 1
</select>
<select id="getPlanId" resultType="java.lang.Long">
select plan_id from dv_check_machinery
where machinery_code = #{machineryCode}
</select>
<insert id="insertDvCheckMachinery" parameterType="DvCheckMachinery" useGeneratedKeys="true" keyProperty="recordId">
insert into dv_check_machinery
<trim prefix="(" suffix=")" suffixOverrides=",">