金融字段取double值
continuous-integration/drone/push Build is passing Details

畅捷通同步方案更新
YXY 11 months ago
parent c6fe50fdfd
commit 7ac8e4d45d

@ -110,13 +110,13 @@ public abstract class CJTOperateCallBackAbstract {
private void endHandle(CJTEdiCallbackRequestVo req) {
if (req.getTempId() != null) {
erpLarkTempRelationMapper.updateForCjt(FlagStatus.DELETED.getCode(), req.getTempId());
// erpLarkTempRelationMapper.updateForCjt(FlagStatus.DELETED.getCode(), req.getTempId());
}
}
private void errorHandle(CJTEdiCallbackRequestVo req, Exception e) {
if (req.getTempId() != null) {
erpLarkTempRelationMapper.updateForCjtError(FlagStatus.OK.getCode(), req.getTempId(), e.getMessage());
// erpLarkTempRelationMapper.updateForCjtError(FlagStatus.OK.getCode(), req.getTempId(), e.getMessage());
}
}

@ -100,7 +100,7 @@ public class SaleOrderSyncCallBackOperate extends CJTOperateCallBackAbstract{
body.put("累计执行数量", detail.getDoubleValue("累计执行数量"));
body.put("明细备注", detail.getString("DetailMemo"));
body.put("钢板面", getSpecialKey(detail, "pubuserdefnvc1"));
body.put("金额", detail.getString("OrigDiscountAmount"));
body.put("金额", detail.getDoubleValue("OrigDiscountAmount"));
switch (cjtAccountEnum) {
case ONE:
body.put("客户备注", header.getString("CustomerMemo"));

Loading…
Cancel
Save