Skip to content

Commit

Permalink
TaskInstanceControllerTest started failing (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadmohammad authored Jan 17, 2025
1 parent 2c309aa commit 68ffa3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
SELECT ji.*, jd.name AS jobDefineName, cu.username AS username
FROM t_st_job_instance ji
LEFT JOIN t_st_job_definition jd ON ji.job_define_id = jd.id
LEFT JOIN user cu ON ji.create_user_id = cu.id
LEFT JOIN `user` cu ON ji.create_user_id = cu.id
<where>
<if test="startTime != null">
AND ji.create_time <![CDATA[ >=]]> #{startTime}
Expand Down

0 comments on commit 68ffa3f

Please sign in to comment.