|
|
|
@ -9,6 +9,7 @@
|
|
|
|
|
<result column="SEND_DATE" property="sendDate" />
|
|
|
|
|
<result column="RESRCE" property="resrce" />
|
|
|
|
|
<result column="RUN_TIME" property="runTime" />
|
|
|
|
|
<result column="UP_TIME" property="upTime" />
|
|
|
|
|
<result column="CREATED_USER" property="createdUser" />
|
|
|
|
|
<result column="CREATED_DATA_TIME" property="createdDataTime" />
|
|
|
|
|
<result column="MODIFIED_USER" property="modifiedUser" />
|
|
|
|
@ -17,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
|
|
<sql id="Base_Column_List">
|
|
|
|
|
HANDLE, SITE, SEND_DATE, RESRCE, RUN_TIME, CREATED_USER, CREATED_DATA_TIME, MODIFIED_USER, MODIFIED_DATE_TIME
|
|
|
|
|
HANDLE, SITE, SEND_DATE, RESRCE, RUN_TIME, UP_TIME, CREATED_USER, CREATED_DATA_TIME, MODIFIED_USER, MODIFIED_DATE_TIME
|
|
|
|
|
</sql>
|
|
|
|
|
|
|
|
|
|
<!-- BaseMapper标准查询/修改/删除 -->
|
|
|
|
@ -56,6 +57,7 @@
|
|
|
|
|
<if test="ew.entity.sendDate!=null"> AND SEND_DATE=#{ew.entity.sendDate}</if>
|
|
|
|
|
<if test="ew.entity.resrce!=null"> AND RESRCE=#{ew.entity.resrce}</if>
|
|
|
|
|
<if test="ew.entity.runTime!=null"> AND RUN_TIME=#{ew.entity.runTime}</if>
|
|
|
|
|
<if test="ew.entity.upTime!=null"> AND UP_TIME=#{ew.entity.upTime}</if>
|
|
|
|
|
<if test="ew.entity.createdUser!=null"> AND CREATED_USER=#{ew.entity.createdUser}</if>
|
|
|
|
|
<if test="ew.entity.createdDataTime!=null"> AND CREATED_DATA_TIME=#{ew.entity.createdDataTime}</if>
|
|
|
|
|
<if test="ew.entity.modifiedUser!=null"> AND MODIFIED_USER=#{ew.entity.modifiedUser}</if>
|
|
|
|
@ -75,6 +77,7 @@
|
|
|
|
|
<if test="ew.entity.sendDate!=null"> AND SEND_DATE=#{ew.entity.sendDate}</if>
|
|
|
|
|
<if test="ew.entity.resrce!=null"> AND RESRCE=#{ew.entity.resrce}</if>
|
|
|
|
|
<if test="ew.entity.runTime!=null"> AND RUN_TIME=#{ew.entity.runTime}</if>
|
|
|
|
|
<if test="ew.entity.upTime!=null"> AND UP_TIME=#{ew.entity.upTime}</if>
|
|
|
|
|
<if test="ew.entity.createdUser!=null"> AND CREATED_USER=#{ew.entity.createdUser}</if>
|
|
|
|
|
<if test="ew.entity.createdDataTime!=null"> AND CREATED_DATA_TIME=#{ew.entity.createdDataTime}</if>
|
|
|
|
|
<if test="ew.entity.modifiedUser!=null"> AND MODIFIED_USER=#{ew.entity.modifiedUser}</if>
|
|
|
|
@ -102,6 +105,7 @@
|
|
|
|
|
<if test="ew.entity.sendDate!=null"> AND SEND_DATE=#{ew.entity.sendDate}</if>
|
|
|
|
|
<if test="ew.entity.resrce!=null"> AND RESRCE=#{ew.entity.resrce}</if>
|
|
|
|
|
<if test="ew.entity.runTime!=null"> AND RUN_TIME=#{ew.entity.runTime}</if>
|
|
|
|
|
<if test="ew.entity.upTime!=null"> AND UP_TIME=#{ew.entity.upTime}</if>
|
|
|
|
|
<if test="ew.entity.createdUser!=null"> AND CREATED_USER=#{ew.entity.createdUser}</if>
|
|
|
|
|
<if test="ew.entity.createdDataTime!=null"> AND CREATED_DATA_TIME=#{ew.entity.createdDataTime}</if>
|
|
|
|
|
<if test="ew.entity.modifiedUser!=null"> AND MODIFIED_USER=#{ew.entity.modifiedUser}</if>
|
|
|
|
@ -129,6 +133,7 @@
|
|
|
|
|
<if test="ew.entity.sendDate!=null"> AND SEND_DATE=#{ew.entity.sendDate}</if>
|
|
|
|
|
<if test="ew.entity.resrce!=null"> AND RESRCE=#{ew.entity.resrce}</if>
|
|
|
|
|
<if test="ew.entity.runTime!=null"> AND RUN_TIME=#{ew.entity.runTime}</if>
|
|
|
|
|
<if test="ew.entity.upTime!=null"> AND UP_TIME=#{ew.entity.upTime}</if>
|
|
|
|
|
<if test="ew.entity.createdUser!=null"> AND CREATED_USER=#{ew.entity.createdUser}</if>
|
|
|
|
|
<if test="ew.entity.createdDataTime!=null"> AND CREATED_DATA_TIME=#{ew.entity.createdDataTime}</if>
|
|
|
|
|
<if test="ew.entity.modifiedUser!=null"> AND MODIFIED_USER=#{ew.entity.modifiedUser}</if>
|
|
|
|
@ -156,6 +161,7 @@
|
|
|
|
|
<if test="ew.entity.sendDate!=null"> AND SEND_DATE=#{ew.entity.sendDate}</if>
|
|
|
|
|
<if test="ew.entity.resrce!=null"> AND RESRCE=#{ew.entity.resrce}</if>
|
|
|
|
|
<if test="ew.entity.runTime!=null"> AND RUN_TIME=#{ew.entity.runTime}</if>
|
|
|
|
|
<if test="ew.entity.upTime!=null"> AND UP_TIME=#{ew.entity.upTime}</if>
|
|
|
|
|
<if test="ew.entity.createdUser!=null"> AND CREATED_USER=#{ew.entity.createdUser}</if>
|
|
|
|
|
<if test="ew.entity.createdDataTime!=null"> AND CREATED_DATA_TIME=#{ew.entity.createdDataTime}</if>
|
|
|
|
|
<if test="ew.entity.modifiedUser!=null"> AND MODIFIED_USER=#{ew.entity.modifiedUser}</if>
|
|
|
|
@ -183,6 +189,7 @@
|
|
|
|
|
<if test="ew.entity.sendDate!=null"> AND SEND_DATE=#{ew.entity.sendDate}</if>
|
|
|
|
|
<if test="ew.entity.resrce!=null"> AND RESRCE=#{ew.entity.resrce}</if>
|
|
|
|
|
<if test="ew.entity.runTime!=null"> AND RUN_TIME=#{ew.entity.runTime}</if>
|
|
|
|
|
<if test="ew.entity.upTime!=null"> AND UP_TIME=#{ew.entity.upTime}</if>
|
|
|
|
|
<if test="ew.entity.createdUser!=null"> AND CREATED_USER=#{ew.entity.createdUser}</if>
|
|
|
|
|
<if test="ew.entity.createdDataTime!=null"> AND CREATED_DATA_TIME=#{ew.entity.createdDataTime}</if>
|
|
|
|
|
<if test="ew.entity.modifiedUser!=null"> AND MODIFIED_USER=#{ew.entity.modifiedUser}</if>
|
|
|
|
@ -210,6 +217,7 @@
|
|
|
|
|
<if test="ew.entity.sendDate!=null"> AND SEND_DATE=#{ew.entity.sendDate}</if>
|
|
|
|
|
<if test="ew.entity.resrce!=null"> AND RESRCE=#{ew.entity.resrce}</if>
|
|
|
|
|
<if test="ew.entity.runTime!=null"> AND RUN_TIME=#{ew.entity.runTime}</if>
|
|
|
|
|
<if test="ew.entity.upTime!=null"> AND UP_TIME=#{ew.entity.upTime}</if>
|
|
|
|
|
<if test="ew.entity.createdUser!=null"> AND CREATED_USER=#{ew.entity.createdUser}</if>
|
|
|
|
|
<if test="ew.entity.createdDataTime!=null"> AND CREATED_DATA_TIME=#{ew.entity.createdDataTime}</if>
|
|
|
|
|
<if test="ew.entity.modifiedUser!=null"> AND MODIFIED_USER=#{ew.entity.modifiedUser}</if>
|
|
|
|
@ -233,6 +241,7 @@
|
|
|
|
|
<if test="sendDate!=null">SEND_DATE,</if>
|
|
|
|
|
<if test="resrce!=null">RESRCE,</if>
|
|
|
|
|
<if test="runTime!=null">RUN_TIME,</if>
|
|
|
|
|
<if test="upTime!=null">UP_TIME,</if>
|
|
|
|
|
<if test="createdUser!=null">CREATED_USER,</if>
|
|
|
|
|
<if test="createdDataTime!=null">CREATED_DATA_TIME,</if>
|
|
|
|
|
<if test="modifiedUser!=null">MODIFIED_USER,</if>
|
|
|
|
@ -244,6 +253,7 @@
|
|
|
|
|
<if test="sendDate!=null">#{sendDate},</if>
|
|
|
|
|
<if test="resrce!=null">#{resrce},</if>
|
|
|
|
|
<if test="runTime!=null">#{runTime},</if>
|
|
|
|
|
<if test="upTime!=null">#{upTime},</if>
|
|
|
|
|
<if test="createdUser!=null">#{createdUser},</if>
|
|
|
|
|
<if test="createdDataTime!=null">#{createdDataTime},</if>
|
|
|
|
|
<if test="modifiedUser!=null">#{modifiedUser},</if>
|
|
|
|
@ -262,6 +272,7 @@
|
|
|
|
|
#{sendDate},
|
|
|
|
|
#{resrce},
|
|
|
|
|
#{runTime},
|
|
|
|
|
#{upTime},
|
|
|
|
|
#{createdUser},
|
|
|
|
|
#{createdDataTime},
|
|
|
|
|
#{modifiedUser},
|
|
|
|
@ -276,6 +287,7 @@
|
|
|
|
|
<if test="et.sendDate!=null">SEND_DATE=#{et.sendDate},</if>
|
|
|
|
|
<if test="et.resrce!=null">RESRCE=#{et.resrce},</if>
|
|
|
|
|
<if test="et.runTime!=null">RUN_TIME=#{et.runTime},</if>
|
|
|
|
|
<if test="et.upTime!=null">UP_TIME=#{et.upTime},</if>
|
|
|
|
|
<if test="et.createdUser!=null">CREATED_USER=#{et.createdUser},</if>
|
|
|
|
|
<if test="et.createdDataTime!=null">CREATED_DATA_TIME=#{et.createdDataTime},</if>
|
|
|
|
|
<if test="et.modifiedUser!=null">MODIFIED_USER=#{et.modifiedUser},</if>
|
|
|
|
@ -290,6 +302,7 @@
|
|
|
|
|
SEND_DATE=#{et.sendDate},
|
|
|
|
|
RESRCE=#{et.resrce},
|
|
|
|
|
RUN_TIME=#{et.runTime},
|
|
|
|
|
UP_TIME=#{et.upTime},
|
|
|
|
|
CREATED_USER=#{et.createdUser},
|
|
|
|
|
CREATED_DATA_TIME=#{et.createdDataTime},
|
|
|
|
|
MODIFIED_USER=#{et.modifiedUser},
|
|
|
|
@ -304,6 +317,7 @@
|
|
|
|
|
<if test="et.sendDate!=null">SEND_DATE=#{et.sendDate},</if>
|
|
|
|
|
<if test="et.resrce!=null">RESRCE=#{et.resrce},</if>
|
|
|
|
|
<if test="et.runTime!=null">RUN_TIME=#{et.runTime},</if>
|
|
|
|
|
<if test="et.upTime!=null">UP_TIME=#{et.upTime},</if>
|
|
|
|
|
<if test="et.createdUser!=null">CREATED_USER=#{et.createdUser},</if>
|
|
|
|
|
<if test="et.createdDataTime!=null">CREATED_DATA_TIME=#{et.createdDataTime},</if>
|
|
|
|
|
<if test="et.modifiedUser!=null">MODIFIED_USER=#{et.modifiedUser},</if>
|
|
|
|
@ -317,6 +331,7 @@
|
|
|
|
|
<if test="ew.entity.sendDate!=null"> AND SEND_DATE=#{ew.entity.sendDate}</if>
|
|
|
|
|
<if test="ew.entity.resrce!=null"> AND RESRCE=#{ew.entity.resrce}</if>
|
|
|
|
|
<if test="ew.entity.runTime!=null"> AND RUN_TIME=#{ew.entity.runTime}</if>
|
|
|
|
|
<if test="ew.entity.upTime!=null"> AND UP_TIME=#{ew.entity.upTime}</if>
|
|
|
|
|
<if test="ew.entity.createdUser!=null"> AND CREATED_USER=#{ew.entity.createdUser}</if>
|
|
|
|
|
<if test="ew.entity.createdDataTime!=null"> AND CREATED_DATA_TIME=#{ew.entity.createdDataTime}</if>
|
|
|
|
|
<if test="ew.entity.modifiedUser!=null"> AND MODIFIED_USER=#{ew.entity.modifiedUser}</if>
|
|
|
|
@ -361,6 +376,7 @@
|
|
|
|
|
<if test="ew.entity.sendDate!=null"> AND SEND_DATE=#{ew.entity.sendDate}</if>
|
|
|
|
|
<if test="ew.entity.resrce!=null"> AND RESRCE=#{ew.entity.resrce}</if>
|
|
|
|
|
<if test="ew.entity.runTime!=null"> AND RUN_TIME=#{ew.entity.runTime}</if>
|
|
|
|
|
<if test="ew.entity.upTime!=null"> AND UP_TIME=#{ew.entity.upTime}</if>
|
|
|
|
|
<if test="ew.entity.createdUser!=null"> AND CREATED_USER=#{ew.entity.createdUser}</if>
|
|
|
|
|
<if test="ew.entity.createdDataTime!=null"> AND CREATED_DATA_TIME=#{ew.entity.createdDataTime}</if>
|
|
|
|
|
<if test="ew.entity.modifiedUser!=null"> AND MODIFIED_USER=#{ew.entity.modifiedUser}</if>
|
|
|
|
|