|
|
|
@ -139,7 +139,7 @@
|
|
|
|
|
|
|
|
|
|
<select id="selectTodayTask" parameterType="String" resultMap="EquOrderResult">
|
|
|
|
|
<include refid="selectEquOrderVo"/>
|
|
|
|
|
where CONVERT(date,GETDATE()) >= plan_loop_start and plan_type = #{planType} and del_flag = '0' and order_status != '1' and order_code in (
|
|
|
|
|
where plan_type = #{planType} and del_flag = '0' and order_status != '1' and order_code in (
|
|
|
|
|
select order_code from equ_order_person where del_flag = '0' and user_id = #{userId} GROUP BY order_code
|
|
|
|
|
)
|
|
|
|
|
</select>
|
|
|
|
|