11-14-报销银行调整

This commit is contained in:
2025-11-14 20:42:59 +08:00
parent d8d0828f8e
commit 5a9044786c

View File

@ -193,6 +193,7 @@ public class XzdBxBxsqServiceImpl extends ServiceImpl<XzdBxBxsqMapper, XzdBxBxsq
xzdYhxxBo.setMainId(add.getId());
xzdYhxxBo.setSfmr(bank.getIsDefault());
xzdYhxxBo.setAccount(bank.getAccount());
xzdYhxxBo.setKhhm(bank.getPersonName());
xzdYhxxBo.setType("3");
xzdYhxxService.insertByBo(xzdYhxxBo);
}
@ -312,8 +313,8 @@ public class XzdBxBxsqServiceImpl extends ServiceImpl<XzdBxBxsqMapper, XzdBxBxsq
XzdSupplierOpenBank byId = xzdSupplierOpenBankService.getById(one.getYhId());
if (byId != null){
vo.setKhyhmc(byId.getOpenBank());
vo.setKhyhzh(byId.getAccount());
vo.setKhhhm(byId.getPersonName());
vo.setKhyhzh(one.getAccount());
vo.setKhhhm(one.getKhhm());
}
}