|
@@ -924,7 +924,7 @@ public interface FsStoreOrderMapper
|
|
|
|
|
|
List<JSONObject> selectTuiMoneyCounts(Map<String, Object> map);
|
|
|
|
|
|
- @Select("select * from fs_store_order where status = 1 and extend_order_id is not null and delivery_id is null ")
|
|
|
+ @Select("select * from fs_store_order where status = 1 and extend_order_id is not null")
|
|
|
List<FsStoreOrder> selectUpdateExpress();
|
|
|
@Select({"<script> " +
|
|
|
"SELECT ANY_VALUE(json_info) json,SUM(num) num FROM fs_store_order_item WHERE order_id IN (SELECT id FROM fs_store_order WHERE `status`>0 " +
|