All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mapper.SysTaskDetailMapper.xml Maven / Gradle / Ivy

There is a newer version: 1.8.2
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="system.mapper.SysTaskDetailMapper">
  <!--
      @mgp-generator
      base/*Mapper由系统生成,不要修改,重新生成将被覆盖
      本同名文件用于撰写自已的SQL,重新生成不会覆盖
      两个文件在运行时将会自动合并
      参考: https://www.xiaobo.li/project/projects/jishi-mgp/wiki
    -->
  <select id="list" parameterType="system.entity.SysTaskDetail" resultType="system.entity.SysTaskDetail">
    SELECT
    <include refid="All_Column_List" />
    FROM sys_task_detail
    <where>
       <include refid="whereAll" />
    </where>
    ORDER BY id DESC
  </select>
</mapper>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy