获取projection时去除wpProduct上的shipping

This commit is contained in:
lxy 2025-02-24 10:30:39 +08:00
parent 2b4a60be99
commit 6da03d5698
9 changed files with 0 additions and 9 deletions

View File

@ -45,7 +45,6 @@ const triggers = [
wpProduct: {
id: 1,
type: 1,
shipping: 1,
},
}
}

View File

@ -467,7 +467,6 @@ const triggers = [
wpProduct: {
id: 1,
type: 1,
shipping: 1,
wechatMpShip$wpProduct: {
$entity: 'wechatMpShip',
data: {

View File

@ -47,7 +47,6 @@ const PayClazzEntityDict = {
type: 1,
taxLossRatio: 1,
enabled: 1,
shipping: 1,
application: {
id: 1,
config: 1,

View File

@ -48,7 +48,6 @@ const triggers = [
wpProduct: {
id: 1,
type: 1,
shipping: 1,
},
}
}

View File

@ -470,7 +470,6 @@ const triggers = [
wpProduct: {
id: 1,
type: 1,
shipping: 1,
wechatMpShip$wpProduct: {
$entity: 'wechatMpShip',
data: {

View File

@ -51,7 +51,6 @@ const PayClazzEntityDict = {
type: 1,
taxLossRatio: 1,
enabled: 1,
shipping: 1,
application: {
id: 1,
config: 1,

View File

@ -50,7 +50,6 @@ const triggers: Trigger<EntityDict, 'deposit', BRC>[] = [
wpProduct: {
id: 1,
type: 1,
shipping: 1,
},
}
}

View File

@ -508,7 +508,6 @@ const triggers: Trigger<EntityDict, 'pay', BRC>[] = [
wpProduct: {
id: 1,
type: 1,
shipping: 1,
wechatMpShip$wpProduct: {
$entity: 'wechatMpShip',
data: {

View File

@ -60,7 +60,6 @@ const PayClazzEntityDict: Record<string, {
type: 1,
taxLossRatio: 1,
enabled: 1,
shipping: 1,
application: {
id: 1,
config: 1,