|
@@ -457,13 +457,13 @@
|
|
|
and t.create_by=#{createBy}
|
|
and t.create_by=#{createBy}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="createTime!=null">
|
|
<if test="createTime!=null">
|
|
|
- and t.create_time=#{createTime}
|
|
|
|
|
|
|
+ and DATE_FORMAT(t.create_time, '%Y-%m-%d') = #{createTime}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="updateBy!=null and updateBy!=''">
|
|
<if test="updateBy!=null and updateBy!=''">
|
|
|
and t.update_by=#{updateBy}
|
|
and t.update_by=#{updateBy}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="updateTime!=null">
|
|
<if test="updateTime!=null">
|
|
|
- and t.update_time=#{updateTime}
|
|
|
|
|
|
|
+ and DATE_FORMAT(t.update_time, '%Y-%m-%d') = #{updateTime}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="submitState!=null and submitState!=''">
|
|
<if test="submitState!=null and submitState!=''">
|
|
|
and t.submit_state <![CDATA[ >= ]]> #{submitState}
|
|
and t.submit_state <![CDATA[ >= ]]> #{submitState}
|