|
|
|
@ -472,6 +472,9 @@ public class PtxhyyClient extends CommonHttpClient {
|
|
|
|
|
for (PtxhInvResponse ptxhInvResponse : ptxhInvResponses) {
|
|
|
|
|
|
|
|
|
|
ThrInvResultResponse thrInvResultResponse = new ThrInvResultResponse();
|
|
|
|
|
if (ptxhInvResponse.getSl().contains(".")) {
|
|
|
|
|
continue;
|
|
|
|
|
}
|
|
|
|
|
if (IntUtil.value(ptxhInvResponse.getSl()) > 0) {
|
|
|
|
|
thrInvResultResponse.setBillType("SC71021292871198"); //科室收费出库
|
|
|
|
|
thrInvResultResponse.setMainAction(ConstantType.TYPE_OUT);
|
|
|
|
|