liurunyu
2025-06-19 4f79840f94d98f19a91104dfcbaf1df3943de1e6
pipIrr-platform/pipIrr-global/src/main/resources/mapper/OpeTaskTypeMapper.xml
@@ -77,4 +77,13 @@
      deleted = #{deleted,jdbcType=BIGINT}
    where id = #{id,jdbcType=BIGINT}
  </update>
  <!--获取任务类型列表-->
  <select id="getTaskTypes" resultType="com.dy.pipIrrGlobal.voOp.VoTaskType">
    SELECT
      id AS taskTypeId,
      task_type AS taskType
    FROM ope_task_type
    WHERE deleted = 0
  </select>
</mapper>