|
|
|
@ -495,8 +495,8 @@ public class PtxhyyClient extends CommonHttpClient {
|
|
|
|
|
thrInvResultResponse.setMeasname(ptxhInvResponse.getDw());
|
|
|
|
|
thrInvResultResponse.setType(ptxhInvResponse.getLb());
|
|
|
|
|
|
|
|
|
|
thrInvResultResponse.setReCount(Math.abs(IntUtil.value(ptxhInvResponse.getSl())) + "");
|
|
|
|
|
if (IntUtil.value(ptxhInvResponse.getSl()) > 0) {
|
|
|
|
|
thrInvResultResponse.setReCount(Math.abs(IntUtil.value(ptxhInvResponse.getZsl())) + "");
|
|
|
|
|
if (IntUtil.value(ptxhInvResponse.getZsl()) > 0) {
|
|
|
|
|
thrInvResultResponse.setOutCount(thrInvResultResponse.getReCount());
|
|
|
|
|
} else {
|
|
|
|
|
thrInvResultResponse.setInCount(thrInvResultResponse.getReCount());
|
|
|
|
|