|
|
|
@ -159,10 +159,10 @@ public class SignSaveInvoiceInfoServiceImpl extends MpBaseServiceImpl<SignRecord |
|
|
|
|
} else { |
|
|
|
|
DynamicContextHolder.push(dbName + DbConstant.BUSINESS_WRITE); |
|
|
|
|
TdxRecordInvoice recordInvoiceUpdate = new TdxRecordInvoice(); |
|
|
|
|
recordInvoiceUpdate.setQsDate(DateUtils.getSqlDateLong()); |
|
|
|
|
recordInvoiceUpdate.setQsName(userName); |
|
|
|
|
recordInvoiceUpdate.setQsStatus(FpqsjgEnum.YQS.getQsjgDm()); |
|
|
|
|
recordInvoiceUpdate.setQsType(qsType); |
|
|
|
|
// recordInvoiceUpdate.setQsDate(DateUtils.getSqlDateLong());
|
|
|
|
|
// recordInvoiceUpdate.setQsName(userName);
|
|
|
|
|
// recordInvoiceUpdate.setQsStatus(FpqsjgEnum.YQS.getQsjgDm());
|
|
|
|
|
// recordInvoiceUpdate.setQsType(qsType);
|
|
|
|
|
recordInvoiceUpdate.setUuid(recordInvoice.getUuid()); |
|
|
|
|
if (recordInvoice.getDeptId() != null) { |
|
|
|
|
recordInvoiceUpdate.setDeptId(recordInvoice.getDeptId()); |
|
|
|
|