Merge remote-tracking branch 'origin/master'

hehai
shijie 4 years ago
commit fbb1f8ec46
  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