Commit cbdd5384 authored by hongguangwu's avatar hongguangwu

工资-校验服务

parent 3043a0ac
......@@ -290,7 +290,7 @@ public class TSalaryEmployeeServiceImpl extends ServiceImpl<TSalaryEmployeeMappe
return check.getMessage();
}
} else {
return "未找到";
return "校验服务未找到银行卡,请联系管理员";
}
}
// 手机号
......@@ -307,7 +307,7 @@ public class TSalaryEmployeeServiceImpl extends ServiceImpl<TSalaryEmployeeMappe
return checkMobile.getMessage();
}
} else {
return "校验服务错误,请联系管理员!";
return "校验服务未找到手机号,请联系管理员!";
}
}
}
......
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