Commit c0b0baa5 authored by chenzhao's avatar chenzhao

119首页值班排班

parent 4598e974
......@@ -246,7 +246,7 @@
and ps.shift_id = ds.sequence_nbr
and ps.duty_date = #{dutyDate}
<if test="shiftId != null and shiftId != ''">
and ps.shift_id in (#{shiftId})
and ps.shift_id in (${shiftId})
</if>
order by instanceId desc
</select>
......
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