|
|
|
@ -369,6 +369,7 @@ public class AutonomousSqServiceImpl implements AutonomousSqService { |
|
|
|
|
QueryWrapper<InvoiceAllYhdj> yhdjQueryWrapper = new QueryWrapper<>(); |
|
|
|
|
yhdjQueryWrapper.eq("nsrsbh", yhdj.getNsrsbh()); |
|
|
|
|
yhdjQueryWrapper.eq("identity", companyservice.getIdentity()); |
|
|
|
|
yhdjQueryWrapper.eq("dlzh", yhdj.getDlzh()); |
|
|
|
|
InvoiceAllYhdj yhdjTemp = yhdjMapper.selectOne(yhdjQueryWrapper); |
|
|
|
|
// 日志信息
|
|
|
|
|
InvoiceAllApiLog invoiceAllApiLog = new InvoiceAllApiLog(); |
|
|
|
|