代码备份

dtxyy
yewj 6 months ago
parent deb15bf61d
commit 2d93a87437

@ -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());

Loading…
Cancel
Save