|
|
|
@ -773,12 +773,6 @@ 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);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -841,6 +835,11 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
|
// else
|
|
|
|
|
// thrInvResultResponse.setInvCode(ptxhInvResponse.getInDept());
|
|
|
|
|
|
|
|
|
|
thrInvResultResponse.setSickerCode(ptxhInvResponse.getVisitNo());
|
|
|
|
|
thrInvResultResponse.setSickerName(ptxhInvResponse.getSickName());
|
|
|
|
|
thrInvResultResponse.setChargeTime(ptxhInvResponse.getFeeTime());
|
|
|
|
|
thrInvResultResponse.setChargeUser(ptxhInvResponse.getFeeOper());
|
|
|
|
|
|
|
|
|
|
thrInvResultResponse.setInvCode("1000003");
|
|
|
|
|
thrInvResultResponse.setDeptCode("1002");
|
|
|
|
|
thrInvResultResponse.setSickerCode(ptxhInvResponse.getVisitNo());
|
|
|
|
|