Commit 48eee091 authored by hongguangwu's avatar hongguangwu

MVP1.7.10-根据户名与户类型,返回户信息

parent cbdbe824
......@@ -4267,7 +4267,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
baseMapper.updateById(emp);
return R.ok("更新成功!");
} else {
return R.failed("无该员工信息");
return R.failed("无该人员信息,不可修改手机号!");
}
}
......@@ -4282,7 +4282,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
return R.failed("姓名与身份证不匹配!");
}
} else {
return R.failed("无该员工信息");
return R.failed("无该人员信息,不可修改手机号");
}
}
/**
......
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