Commit c435748b authored by hongguangwu's avatar hongguangwu

薪资

parent 91d07586
......@@ -463,7 +463,7 @@ public class TSalaryEmployeeServiceImpl extends ServiceImpl<TSalaryEmployeeMappe
areaStr = ExcelUtil.getRedisAreaValue(CacheConstants.AREA_VALUE + excel.getBankProvince().trim());
if (Common.isNotNull(areaStr)) {
emp.setBankProvince(areaStr);
if (Common.isNotNull(excel.getBankName())) {
if (Common.isNotNull(excel.getBankCity())) {
areaStr = ExcelUtil.getRedisAreaValue(CacheConstants.AREA_VALUE + excel.getBankCity().trim()
+ CommonConstants.DOWN_LINE_STRING + excel.getBankProvince().trim());
if (Common.isNotNull(areaStr)) {
......
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