|
|
|
@ -12,6 +12,8 @@ |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
<if test="key != null and 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> |
|
|
|
<select id="listXmBranchFiveDayTaskCnt" parameterType="HashMap" resultType="HashMap"> |
|
|
|
select res.biz_date,res.task_unstart_cnt,res.task_exec_cnt,res.task_finish_cnt,res.task_cnt,res.task_close_cnt from xm_branch_state_his res |
|
|
|
|