src/main/resources/mapper/asrs/OrderMapper.xml
@@ -55,6 +55,18 @@ and id = #{orderId} </update> <update id="updateSettleStep"> update man_order set settle = #{settle} ,update_time = getdate() ,step = #{step} <if test="userId != null"> ,update_by = #{userId} </if> where 1=1 and id = #{orderId} </update> <select id="selectComplete" resultMap="BaseResultMap"> select top 5 * from man_order