Merge remote-tracking branch 'origin/dev' into dev

dev
anthonywj 12 months ago
commit d125908cb5

@ -833,6 +833,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());

@ -170,4 +170,15 @@ public class ThrInvResultResponse {
*
*/
private String sickerName;
/**
*
*/
private String chargeTime;
/**
*
*/
private String chargeUser;
}

Loading…
Cancel
Save