11-14-报销银行调整
This commit is contained in:
@ -193,6 +193,7 @@ public class XzdBxBxsqServiceImpl extends ServiceImpl<XzdBxBxsqMapper, XzdBxBxsq
|
|||||||
xzdYhxxBo.setMainId(add.getId());
|
xzdYhxxBo.setMainId(add.getId());
|
||||||
xzdYhxxBo.setSfmr(bank.getIsDefault());
|
xzdYhxxBo.setSfmr(bank.getIsDefault());
|
||||||
xzdYhxxBo.setAccount(bank.getAccount());
|
xzdYhxxBo.setAccount(bank.getAccount());
|
||||||
|
xzdYhxxBo.setKhhm(bank.getPersonName());
|
||||||
xzdYhxxBo.setType("3");
|
xzdYhxxBo.setType("3");
|
||||||
xzdYhxxService.insertByBo(xzdYhxxBo);
|
xzdYhxxService.insertByBo(xzdYhxxBo);
|
||||||
}
|
}
|
||||||
@ -312,8 +313,8 @@ public class XzdBxBxsqServiceImpl extends ServiceImpl<XzdBxBxsqMapper, XzdBxBxsq
|
|||||||
XzdSupplierOpenBank byId = xzdSupplierOpenBankService.getById(one.getYhId());
|
XzdSupplierOpenBank byId = xzdSupplierOpenBankService.getById(one.getYhId());
|
||||||
if (byId != null){
|
if (byId != null){
|
||||||
vo.setKhyhmc(byId.getOpenBank());
|
vo.setKhyhmc(byId.getOpenBank());
|
||||||
vo.setKhyhzh(byId.getAccount());
|
vo.setKhyhzh(one.getAccount());
|
||||||
vo.setKhhhm(byId.getPersonName());
|
vo.setKhhhm(one.getKhhm());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user