Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit c73722f4
authored
Jan 04, 2019
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 编辑银行网点代码
1 parent
06121f99
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
编辑银行网点代码
编辑银行网点代码
View file @
c73722f
/**
/**
...
...
@@ -42,7 +42,20 @@
//若存在该银行网点则更新服务人员,不存在则新增
GrasBankEmp grasBankEmpInfo= oracleRuleDealService.queryGrasBankEmp(currentBankCode);
if(grasBankEmpInfo!=null){
GrasBankEmp grasBankEmp=new GrasBankEmp();
grasBankEmp.setEmpNo(currentEmpNo);
grasBankEmp.setPkSerial(grasBankEmpInfo.getPkSerial());
oracleRuleDealService.modifyBankServicerByPkSerial(grasBankEmp);
/* numFail++;
sbMsg.append("银行网点代码:").append(currentBankCode).append("失败原因:").append("该银行网点已存在;");
continue;*/
}else{
oracleRuleDealService.addBankEmp(gasBankEmp);
}
numSuccess++;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment