Commit 1f5f7a03 by jianshuqin

优化财务人员显示费用列表

parent 3d9622e5
......@@ -544,7 +544,7 @@ public abstract class AbstractCostService implements CostService {
req.setKeys(Lists.newArrayList(req.getKey().split(",")));
}
UserDomain userDomain = userService.findByUserid((Integer) req.getCurrentUserId());
if (userDomain.getIsadmin() > 0 || userDomain.getIsfinansys() > 0) {
if (userDomain.getIsadmin() > 0) {
req.setCurrentUserId(null);
}
if (null != req.getCostForm() && 3 == req.getCostForm()) {
......
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