Commit aa6f249d authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/master-modify-cutAmount' into master-modify-cutAmount

parents 3cc2de03 df999680
...@@ -98,7 +98,6 @@ ...@@ -98,7 +98,6 @@
<when test="targetStatus == 7">`actual_start_date` = now()</when> <when test="targetStatus == 7">`actual_start_date` = now()</when>
<when test="targetStatus == 3">`actual_end_date` = now()</when> <when test="targetStatus == 3">`actual_end_date` = now()</when>
</choose> </choose>
where id = #{id} and `status` = #{conditionStatus} where id = #{id} and `status` = #{conditionStatus}
</update> </update>
...@@ -503,7 +502,7 @@ ...@@ -503,7 +502,7 @@
<if test="code != null"> <if test="code != null">
and v3.code = #{code} and v3.code = #{code}
</if> </if>
and v1.book_user != -2 and v1.book_user != -2 and book_end_date &gt;= now()
</where> </where>
group by v1.id group by v1.id
order by create_time DESC order by create_time DESC
......
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