Commit 80a8abf3 by YANGYANG

查看任务结果数量返回

parent 7e976f2b
...@@ -199,7 +199,7 @@ ...@@ -199,7 +199,7 @@
to_char(djsj,'yyyy-mm-dd hh24:mi:ss') as djsj, to_char(djsj,'yyyy-mm-dd hh24:mi:ss') as djsj,
fsr_Xm as fsrXm, fsr_Xm as fsrXm,
carNum as carNum, carNum as carNum,
(select count(*) from tb_st_regionals_results r where t.task_id = r.task_id) as counts (select count(*) from tb_st_regionals_result r where t.task_id = r.task_id) as counts
FROM tb_st_regionals_task t FROM tb_st_regionals_task t
where 1=1 where 1=1
<if test="startTime != null and startTime != ''">and DJSJ <![CDATA[>=]]> TO_DATE(#{ startTime , jdbcType=VARCHAR },'yyyy-MM-dd')</if> <if test="startTime != null and startTime != ''">and DJSJ <![CDATA[>=]]> TO_DATE(#{ startTime , jdbcType=VARCHAR },'yyyy-MM-dd')</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment