|
|
@@ -359,6 +359,7 @@ public class SiMzFeeService {
|
|
|
mzPreSetlmt.setPsnSetlway(PsnSetlWay.SETTLE_BY_ITEMS.getCode());
|
|
|
mzPreSetlmt.setAcctUsedFlag(p.getAcctUsedFlag());
|
|
|
mzPreSetlmt.setChrgBchno(p.getPatNo() + "_" + p.getTimes());
|
|
|
+ mzPreSetlmt.setExpContent(p.getExpContent());
|
|
|
String ref = JSONObject.toJSONString(mzPreSetlmt);
|
|
|
input.getJSONObject("input").put("data", JSONObject.parseObject(ref));
|
|
|
JSONObject result = exec.executeTrade(input, SiFunction.OUTPATIENT_PRE_SETTLEMENT);
|
|
|
@@ -445,6 +446,7 @@ public class SiMzFeeService {
|
|
|
setlmt.setChrgBchno(p.getPatNo() + "_" + p.getTimes());
|
|
|
setlmt.setAcctUsedFlag(p.getAcctUsedFlag());
|
|
|
setlmt.setInvono(SnowFlakeId.getInstance().nextId());
|
|
|
+ setlmt.setExpContent(p.getExpContent());
|
|
|
String ref = JSONObject.toJSONString(setlmt);
|
|
|
input.getJSONObject("input").put("data", JSONObject.parseObject(ref));
|
|
|
JSONObject result = exec.executeTrade(input, SiFunction.OUTPATIENT_SETTLEMENT);
|