Commit 2ea55146 authored by hongguangwu's avatar hongguangwu

EKP1.7.8-薪酬人员更新、导入、批量更新,加银行卡校验

parent 75dc8216
......@@ -1040,7 +1040,7 @@ public class TSalaryEmployeeServiceImpl extends ServiceImpl<TSalaryEmployeeMappe
* @return: com.yifu.cloud.plus.v1.yifu.common.core.util.R<java.lang.Boolean>
**/
private String getCheckBankNo(TSalaryEmployee tSalaryEmployee, TSalaryEmployee old) {
if (old != null && Common.isNotNull(tSalaryEmployee.getBankNo()) && !tSalaryEmployee.getBankNo().equals(old.getBankNo())) {
if (old != null && Common.isNotNull(tSalaryEmployee.getBankNo())) {
// 调用校验服务
TCheckBankNo checkBankNo = new TCheckBankNo();
checkBankNo.setName(tSalaryEmployee.getEmpName());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment