|
|
@ -585,6 +585,7 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
DynamicContextHolder.push(DbConstant.BASICS_READ); |
|
|
|
DynamicContextHolder.push(DbConstant.BASICS_READ); |
|
|
|
|
|
|
|
|
|
|
|
SysDeptEntity orgByCompCode = sysDeptDao.getOrgByCompCode(compCode); |
|
|
|
SysDeptEntity orgByCompCode = sysDeptDao.getOrgByCompCode(compCode); |
|
|
|
|
|
|
|
log.info("查询的组织信息为:{}",JSONObject.toJSONString(orgByCompCode)); |
|
|
|
reimburse.setGfTaxNo(orgByCompCode.getTaxno()); |
|
|
|
reimburse.setGfTaxNo(orgByCompCode.getTaxno()); |
|
|
|
reimburse.setGfName(orgByCompCode.getTaxname()); |
|
|
|
reimburse.setGfName(orgByCompCode.getTaxname()); |
|
|
|
reimburse.setGfAddressAndPhone(orgByCompCode.getAddress() + orgByCompCode.getPhone()); |
|
|
|
reimburse.setGfAddressAndPhone(orgByCompCode.getAddress() + orgByCompCode.getPhone()); |
|
|
@ -592,8 +593,6 @@ public class SNPushCheckRecordService extends AbstractServiceAdapter { |
|
|
|
|
|
|
|
|
|
|
|
reimburse = convertToReimburse(invoice, reimburse, fplxdm, company); |
|
|
|
reimburse = convertToReimburse(invoice, reimburse, fplxdm, company); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DynamicContextHolder.push("business" + DbConstant.BUSINESS_WRITE); |
|
|
|
DynamicContextHolder.push("business" + DbConstant.BUSINESS_WRITE); |
|
|
|
int insert = 0; |
|
|
|
int insert = 0; |
|
|
|
QueryWrapper wrapper = new QueryWrapper(); |
|
|
|
QueryWrapper wrapper = new QueryWrapper(); |
|
|
|