过滤平谭小数点

dtxyy
yewj 5 months ago
parent 11b20d6ca7
commit 272c22a783

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

Loading…
Cancel
Save