|
@ -2385,8 +2385,11 @@ public class FinBillApplicationService extends MybatisBaseService<FinBillApplica |
|
|
variables.put("isdbdk", "2".equals(busSalesOrder.getPayTypeKey())); |
|
|
variables.put("isdbdk", "2".equals(busSalesOrder.getPayTypeKey())); |
|
|
//判断是否是高低开,若是,则isAdj网关参数为true=============添加
|
|
|
//判断是否是高低开,若是,则isAdj网关参数为true=============添加
|
|
|
BusSalesOrderPrice data = busSalesOrderFeign.selectByContractNo(contractNo).getData(); |
|
|
BusSalesOrderPrice data = busSalesOrderFeign.selectByContractNo(contractNo).getData(); |
|
|
if (data != null) { |
|
|
int i = data.getSingleFinalPrice().compareTo(finBillApplication.getOneBillMoney()); |
|
|
variables.put("isAdj", !data.getSingleFinalPrice().equals(finBillApplication.getOneBillMoney())); |
|
|
if (i == 0) { |
|
|
|
|
|
variables.put("isAdj", false); |
|
|
|
|
|
} else { |
|
|
|
|
|
variables.put("isAdj", true); |
|
|
} |
|
|
} |
|
|
Map<String, Object> appMap = new HashMap<>(); |
|
|
Map<String, Object> appMap = new HashMap<>(); |
|
|
appMap.put("sid", businessSid); |
|
|
appMap.put("sid", businessSid); |
|
|