pms-parent/pms-global/src/main/resources/mapper/PrAssemblyPlanMapper.xml
@@ -191,6 +191,14 @@ </if> </trim> </select> <select id="exists" resultType="java.lang.Boolean"> select count(1) > 0 from pr_assembly_plan where name = #{name,jdbcType=VARCHAR} <if test="id != null"> and id != #{id,jdbcType=BIGINT} </if> </select> <update id="deleteLogicById" parameterType="java.lang.Long"> update pr_assembly_plan set deleted = 1