|
|
@ -378,6 +378,7 @@ public class InvoiceAuthServiceImpl extends MpBaseServiceImpl<RecordInvoiceDao, |
|
|
|
updateWrapper.set("bzdh",zdata1.getZBZDH()); |
|
|
|
updateWrapper.set("bzdh",zdata1.getZBZDH()); |
|
|
|
//入账状态
|
|
|
|
//入账状态
|
|
|
|
updateWrapper.set("inaccount_status",zdata1.getZYWZT()); |
|
|
|
updateWrapper.set("inaccount_status",zdata1.getZYWZT()); |
|
|
|
|
|
|
|
updateWrapper.set("company_code",zdata1.getZGSDM()); |
|
|
|
DynamicContextHolder.push("business"+DbConstant.BUSINESS_WRITE); |
|
|
|
DynamicContextHolder.push("business"+DbConstant.BUSINESS_WRITE); |
|
|
|
int update = tDxrecordInvoiceDao.update(null, updateWrapper); |
|
|
|
int update = tDxrecordInvoiceDao.update(null, updateWrapper); |
|
|
|
if(update>0){ |
|
|
|
if(update>0){ |
|
|
@ -412,6 +413,7 @@ public class InvoiceAuthServiceImpl extends MpBaseServiceImpl<RecordInvoiceDao, |
|
|
|
updateWrapper.set("bzdh",zdata1.getZBZDH()); |
|
|
|
updateWrapper.set("bzdh",zdata1.getZBZDH()); |
|
|
|
//入账状态
|
|
|
|
//入账状态
|
|
|
|
updateWrapper.set("inaccount_status",zdata1.getZYWZT()); |
|
|
|
updateWrapper.set("inaccount_status",zdata1.getZYWZT()); |
|
|
|
|
|
|
|
updateWrapper.set("company_code",zdata1.getZGSDM()); |
|
|
|
DynamicContextHolder.push("business"+DbConstant.BUSINESS_WRITE); |
|
|
|
DynamicContextHolder.push("business"+DbConstant.BUSINESS_WRITE); |
|
|
|
tDxInvoiceReimburseService.getBaseMapper().update(null,updateWrapper); |
|
|
|
tDxInvoiceReimburseService.getBaseMapper().update(null,updateWrapper); |
|
|
|
} |
|
|
|
} |
|
|
@ -422,6 +424,7 @@ public class InvoiceAuthServiceImpl extends MpBaseServiceImpl<RecordInvoiceDao, |
|
|
|
updateWrapper.set("account_period",zdata1.getBUDAT().substring(0,7)); |
|
|
|
updateWrapper.set("account_period",zdata1.getBUDAT().substring(0,7)); |
|
|
|
updateWrapper.set("bzdh",zdata1.getZBZDH()); |
|
|
|
updateWrapper.set("bzdh",zdata1.getZBZDH()); |
|
|
|
updateWrapper.set("inaccount_status",zdata1.getZYWZT()); |
|
|
|
updateWrapper.set("inaccount_status",zdata1.getZYWZT()); |
|
|
|
|
|
|
|
updateWrapper.set("company_code",zdata1.getZGSDM()); |
|
|
|
updateWrapper.eq("uuid",uuid); |
|
|
|
updateWrapper.eq("uuid",uuid); |
|
|
|
tdxSaleRecordInvoiceDao.update(null,updateWrapper); |
|
|
|
tdxSaleRecordInvoiceDao.update(null,updateWrapper); |
|
|
|
if(!flag){ |
|
|
|
if(!flag){ |
|
|
|