|
@@ -279,7 +279,7 @@ public interface SecondGoodsMapper extends BaseMapper<SecondGoods> {
|
|
|
"str.cancel_user_id, " + // 取消交易id
|
|
|
"str.cancel_reason, " + // 取消交易原因
|
|
|
"str.cancel_reason_supplement, " + // 取消交易原因补充
|
|
|
- " if (now() >= str.transaction_time, 1, 0) timeOutFlag "+
|
|
|
+ " if (now() >= str.transaction_time, 1, 0) timeOutFlag, "+
|
|
|
"sg.*, " +
|
|
|
" CASE " +
|
|
|
" WHEN str.buyer_id = #{userId} THEN str.seller_id " +
|