|
@@ -1152,7 +1152,7 @@ public interface FsStoreOrderMapper
|
|
|
"</script>"})
|
|
"</script>"})
|
|
|
Integer selectFsStoreOrderCountByType(@Param("companyId") Long companyId,@Param("userId") long userId, @Param("type")int type);
|
|
Integer selectFsStoreOrderCountByType(@Param("companyId") Long companyId,@Param("userId") long userId, @Param("type")int type);
|
|
|
|
|
|
|
|
- @Select("select * from fs_store_order where `status`=2 and extend_order_id is not null and extend_order_id != '' ")
|
|
|
|
|
|
|
+ @Select("select * from fs_store_order where `status`=2 and extend_order_id is not null and extend_order_id != '' and erp_type = 1 and erp_type is null ")
|
|
|
List<FsStoreOrder> selectWdtOmsOrderdeliveryOp();
|
|
List<FsStoreOrder> selectWdtOmsOrderdeliveryOp();
|
|
|
|
|
|
|
|
@Select("select * from fs_store_order_scrm where `status`=1 and extend_order_id is not null and extend_order_id != '' ")
|
|
@Select("select * from fs_store_order_scrm where `status`=1 and extend_order_id is not null and extend_order_id != '' ")
|