Showing
1 changed file
with
1 additions
and
0 deletions
@@ -279,6 +279,7 @@ | @@ -279,6 +279,7 @@ | ||
279 | <include refid="Base_Column_List" /> | 279 | <include refid="Base_Column_List" /> |
280 | from union_share_orders | 280 | from union_share_orders |
281 | where promote_uid = #{uid,jdbcType=INTEGER} | 281 | where promote_uid = #{uid,jdbcType=INTEGER} |
282 | + AND status != 100 | ||
282 | order by order_time desc | 283 | order by order_time desc |
283 | limit 0,10 | 284 | limit 0,10 |
284 | </select> | 285 | </select> |
-
Please register or login to post a comment