pms-parent/pms-global/src/main/resources/mapper/PrProductionNodeMapper.xml
@@ -38,6 +38,12 @@ from pr_production_node where id = #{id,jdbcType=BIGINT} </select> <select id="selectNodeBySort" parameterType="java.lang.Long" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from pr_production_node where process_id = #{processId,jdbcType=BIGINT} and sort = #{sort,jdbcType=INTEGER} </select> <select id="selectNameByNodeId" parameterType="java.lang.Long" resultType="String"> select content from pr_production_node where id = #{id} </select>