|
@@ -210,6 +210,7 @@ public class SiZyFeeService {
|
|
|
JSONObject socketMsg = new JSONObject();
|
|
|
socketMsg.put("name", "uploadFeeResponse");
|
|
|
socketMsg.put("patNo", p.getInpatientNo());
|
|
|
+ socketMsg.put("patName", p.getName());
|
|
|
socketMsg.put("times", p.getAdmissTimes());
|
|
|
socketMsg.put("ledgerSn", p.getLedgerSn());
|
|
|
socketMsg.put("message", message);
|