pms-parent/pms-global/src/main/resources/mapper/PrAssemblyPlanMapper.xml
@@ -51,6 +51,9 @@ and process_id = #{id} </if> </select> <select id="selectNameByPlanId" parameterType="java.lang.Long" resultType="String"> select name from pr_assembly_plan where id = #{id} </select> <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> select <include refid="Base_Column_List" />