Browse Source

分布式本地缓存

master
陈裕财 3 years ago
parent
commit
80d673217a
  1. 3
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestPlanCaseMapper.xml

3
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTestPlanCaseMapper.xml

@ -114,6 +114,9 @@
<if test="projectId!=null and projectId!=''">
and res.project_id=#{projectId}
</if>
<if test="planId!=null and planId!=''">
and res.plan_id=#{planId}
</if>
<if test="startExecDate!=null">
and res.exec_date between #{startExecDate} and #{endExecDate}
</if>

Loading…
Cancel
Save