提交xml文件

hehai
chen 4 years ago
parent 75ad52f100
commit ae0b89f9ef
  1. 4
      src/main/resources/mapper/tms/ExperimentalTeachingDao.xml

@ -31,7 +31,9 @@
<if test="exp.status!=null">
AND `status`=#{exp.status,jdbcType=INTEGER}
</if>
<if test="exp.systemId!=null">
AND `system_id`=#{exp.systemId,jdbcType=INTEGER}
</if>
<if test='exp.startTime!=null and exp.stopTime!=null'>
AND creation_time between #{exp.startTime} and #{exp.stopTime}
</if>

Loading…
Cancel
Save