|
|
|
@ -11,7 +11,9 @@ |
|
|
|
( #{item}) |
|
|
|
</foreach> |
|
|
|
</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 >=#{startBizDate} </if> |
|
|
|
<if test="endBizDate != null and endBizDate !='' "> and res.biz_date <=#{endBizDate} </if> |
|
|
|
</sql> |
|
|
|
|
|
|
|
|
|
|
|
|