Browse Source

门诊试算和结算添加expContent

lighter 2 năm trước cách đây
mục cha
commit
3963afcc83

+ 2 - 0
src/main/java/thyyxxk/simzfeeoprnsystm/service/SiMzFeeService.java

@@ -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);