|
|
|
@ -773,6 +773,12 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
|
thrInvResultResponse.setType("1");
|
|
|
|
|
thrInvResultResponse.setOutCount(ptxhInvResponse.getQuantity() + "");
|
|
|
|
|
thrInvResultResponse.setReCount(ptxhInvResponse.getQuantity() + "");
|
|
|
|
|
|
|
|
|
|
thrInvResultResponse.setSickerCode(ptxhInvResponse.getVisitNo());
|
|
|
|
|
thrInvResultResponse.setSickerName(ptxhInvResponse.getSickName());
|
|
|
|
|
thrInvResultResponse.setChargeTime(ptxhInvResponse.getFeeTime());
|
|
|
|
|
thrInvResultResponse.setChargeUser(ptxhInvResponse.getFeeUper());
|
|
|
|
|
|
|
|
|
|
thrInvResultResponses.add(thrInvResultResponse);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|