|
|
|
@ -50,7 +50,6 @@ import com.dxhy.order.consumer.openapi.protocol.v5.invalid.ZffpxxV5; |
|
|
|
|
import com.dxhy.order.consumer.openapi.protocol.v5.order.DdfpxxV5; |
|
|
|
|
import com.dxhy.order.consumer.openapi.protocol.v5.order.DdfpzxxV5; |
|
|
|
|
import com.dxhy.order.consumer.openapi.protocol.v5.order.DdmxxxV5; |
|
|
|
|
import com.dxhy.order.consumer.openapi.protocol.v5.order.JdctxxV5; |
|
|
|
|
import com.dxhy.order.consumer.openapi.protocol.v6.order.QdTxxBO; |
|
|
|
|
import com.dxhy.order.consumer.openapi.service.CommonDisposeService; |
|
|
|
|
import com.dxhy.order.consumer.openapi.service.InterfaceServiceV5; |
|
|
|
@ -83,7 +82,6 @@ import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
|
import java.math.BigDecimal; |
|
|
|
|
import java.math.RoundingMode; |
|
|
|
|
import java.security.NoSuchAlgorithmException; |
|
|
|
|
import java.text.DecimalFormat; |
|
|
|
|
import java.text.SimpleDateFormat; |
|
|
|
@ -1368,7 +1366,8 @@ public class PushInvoiceServiceImpl implements PushInvoiceService { |
|
|
|
|
if(StrUtil.isBlank(f.getDJ())){ |
|
|
|
|
detail.setZZDJFP(""); |
|
|
|
|
}else { |
|
|
|
|
detail.setZZDJFP(new BigDecimal(f.getDJ()).multiply(new BigDecimal(f.getSL()).add(BigDecimal.ONE)).setScale(ConfigureConstant.INT_8,BigDecimal.ROUND_HALF_EVEN).toString()); |
|
|
|
|
detail.setZZDJFP(f.getDJ()); |
|
|
|
|
// detail.setZZDJFP(new BigDecimal(f.getDJ()).multiply(new BigDecimal(f.getSL()).add(BigDecimal.ONE)).setScale(ConfigureConstant.INT_8,BigDecimal.ROUND_HALF_EVEN).toString());
|
|
|
|
|
} |
|
|
|
|
detail.setINVOICEDATE(ddfpxx.getKPRQ()); |
|
|
|
|
detail.setINVOICETYPE(ddfpxx.getFPLXDM()); |
|
|
|
|