获取projection时去除wpProduct上的shipping
This commit is contained in:
parent
2b4a60be99
commit
6da03d5698
|
|
@ -45,7 +45,6 @@ const triggers = [
|
||||||
wpProduct: {
|
wpProduct: {
|
||||||
id: 1,
|
id: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
shipping: 1,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -467,7 +467,6 @@ const triggers = [
|
||||||
wpProduct: {
|
wpProduct: {
|
||||||
id: 1,
|
id: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
shipping: 1,
|
|
||||||
wechatMpShip$wpProduct: {
|
wechatMpShip$wpProduct: {
|
||||||
$entity: 'wechatMpShip',
|
$entity: 'wechatMpShip',
|
||||||
data: {
|
data: {
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ const PayClazzEntityDict = {
|
||||||
type: 1,
|
type: 1,
|
||||||
taxLossRatio: 1,
|
taxLossRatio: 1,
|
||||||
enabled: 1,
|
enabled: 1,
|
||||||
shipping: 1,
|
|
||||||
application: {
|
application: {
|
||||||
id: 1,
|
id: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,6 @@ const triggers = [
|
||||||
wpProduct: {
|
wpProduct: {
|
||||||
id: 1,
|
id: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
shipping: 1,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -470,7 +470,6 @@ const triggers = [
|
||||||
wpProduct: {
|
wpProduct: {
|
||||||
id: 1,
|
id: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
shipping: 1,
|
|
||||||
wechatMpShip$wpProduct: {
|
wechatMpShip$wpProduct: {
|
||||||
$entity: 'wechatMpShip',
|
$entity: 'wechatMpShip',
|
||||||
data: {
|
data: {
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,6 @@ const PayClazzEntityDict = {
|
||||||
type: 1,
|
type: 1,
|
||||||
taxLossRatio: 1,
|
taxLossRatio: 1,
|
||||||
enabled: 1,
|
enabled: 1,
|
||||||
shipping: 1,
|
|
||||||
application: {
|
application: {
|
||||||
id: 1,
|
id: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,6 @@ const triggers: Trigger<EntityDict, 'deposit', BRC>[] = [
|
||||||
wpProduct: {
|
wpProduct: {
|
||||||
id: 1,
|
id: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
shipping: 1,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -508,7 +508,6 @@ const triggers: Trigger<EntityDict, 'pay', BRC>[] = [
|
||||||
wpProduct: {
|
wpProduct: {
|
||||||
id: 1,
|
id: 1,
|
||||||
type: 1,
|
type: 1,
|
||||||
shipping: 1,
|
|
||||||
wechatMpShip$wpProduct: {
|
wechatMpShip$wpProduct: {
|
||||||
$entity: 'wechatMpShip',
|
$entity: 'wechatMpShip',
|
||||||
data: {
|
data: {
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,6 @@ const PayClazzEntityDict: Record<string, {
|
||||||
type: 1,
|
type: 1,
|
||||||
taxLossRatio: 1,
|
taxLossRatio: 1,
|
||||||
enabled: 1,
|
enabled: 1,
|
||||||
shipping: 1,
|
|
||||||
application: {
|
application: {
|
||||||
id: 1,
|
id: 1,
|
||||||
config: 1,
|
config: 1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue