Browse Source

历史报表

master
陈裕财 3 years ago
parent
commit
00471bdb87
  1. 4
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmRptDataMapper.xml

4
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmRptDataMapper.xml

@ -11,7 +11,9 @@
( #{item}) ( #{item})
</foreach> </foreach>
</if> </if>
<if test="key != null and key !='' "> </if>
<if test="key != null and key !='' "> and res.rpt_name like concat('%',#{key},'%') </if>
<if test="startBizDate != null and startBizDate !='' "> and res.biz_date &gt;=#{startBizDate} </if>
<if test="endBizDate != null and endBizDate !='' "> and res.biz_date &lt;=#{endBizDate} </if>
</sql> </sql>

Loading…
Cancel
Save