From 17ef9dd2ae1d3de83cfa769d02ebe066ffb238dd Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期二, 28 三月 2023 14:54:29 +0800
Subject: [PATCH] 上限合同补充

---
 force-app/main/default/classes/NFM104Rest.cls |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/NFM104Rest.cls b/force-app/main/default/classes/NFM104Rest.cls
index 9bca254..7bdbf44 100644
--- a/force-app/main/default/classes/NFM104Rest.cls
+++ b/force-app/main/default/classes/NFM104Rest.cls
@@ -313,6 +313,10 @@
                             else if (di.DiscountType == '杩愯緭绱㈣禂') {
                                 rq.Delivery_compensation__c = String.isBlank(di.DiscountAmount) ? null : Decimal.valueOf(di.DiscountAmount);
                             }
+                            //DB202303075842 LY 2023/3/6 add
+                            else if (di.DiscountType == '涓婇檺鍚堝悓'){
+                                rq.LimitPrice_contract_discount_amount__c = String.isBlank(di.DiscountAmount) ? null : Decimal.valueOf(di.DiscountAmount);
+                            }
                             //
                             else if (di.DiscountType == '鍏朵粬') {
                                 rq.Other_discount__c = String.isBlank(di.DiscountAmount) ? null : Decimal.valueOf(di.DiscountAmount);

--
Gitblit v1.9.1