iailab-module-model/iailab-module-model-biz/src/main/resources/mapper/mcs/StScheduleSchemeDao.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
iailab-module-model/iailab-module-model-biz/src/main/resources/mapper/mcs/StScheduleSchemeDao.xml
@@ -23,6 +23,12 @@ <if test="params.type != null and params.type != ''"> and t.type = #{params.type} </if> <if test="params.objs != null and !params.objs.isEmpty()"> and t.obj in <foreach item="obj" collection="params.objs" open="(" separator="," close=")"> #{obj} </foreach> </if> <if test="params.startTime != null"> and t.time >= #{params.startTime} </if>