11-14-报销银行调整
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user