pms-parent/pms-global/src/main/resources/mapper/PrWorkingInstructionMapper.xml
@@ -14,6 +14,12 @@ id,node_id,file_id </sql> <select id="selectByNodeId" resultMap="BaseResultMap"> select <include refid="Base_Column_List" /> from pr_working_instruction where node_id = #{nodeId,jdbcType=BIGINT} </select> <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> select <include refid="Base_Column_List" />