旧超时状态暂时用limit 1限制,避免报错
This commit is contained in:
parent
c25587ffb6
commit
29588e68d2
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<select id="selectByDetailIdAndStatus" resultMap="OrderFineRecordResult">
|
||||
<include refid="selectOrderFineRecord"></include>
|
||||
WHERE order_detail_id = #{orderDetailId} AND order_status = #{orderStatus}
|
||||
WHERE order_detail_id = #{orderDetailId} AND order_status = #{orderStatus} limit 1;
|
||||
</select>
|
||||
|
||||
<select id="selectList" parameterType="com.ghy.payment.domain.OrderTimeoutRecord"
|
||||
|
|
|
|||
Loading…
Reference in New Issue