Commit ba179149 by huluobin

加两个名字

parent a8a93ec4
...@@ -3,12 +3,12 @@ package com.blt.other.module.cost.controller.cost; ...@@ -3,12 +3,12 @@ package com.blt.other.module.cost.controller.cost;
import com.blt.other.common.util.AxiosUtil; import com.blt.other.common.util.AxiosUtil;
import com.blt.other.common.util.PathUtil; import com.blt.other.common.util.PathUtil;
import com.blt.other.module.auth.service.UserService; import com.blt.other.module.auth.service.UserService;
import com.blt.other.module.cost.model.CostDetailDomain;
import com.blt.other.module.cost.service.CostDetailService; import com.blt.other.module.cost.service.CostDetailService;
import com.blt.other.module.cost.service.CostLogService; import com.blt.other.module.cost.service.CostLogService;
import com.blt.other.module.cost.service.CostService; import com.blt.other.module.cost.service.CostService;
import com.blt.other.module.cost.service.CostTypeKindService; import com.blt.other.module.cost.service.CostTypeKindService;
import com.blt.other.module.cost.utils.CostFileUtil; import com.blt.other.module.cost.utils.CostFileUtil;
import com.blt.other.module.cost.model.CostDetailDomain;
import com.blt.other.module.database.model.CostTypeKindDomain; import com.blt.other.module.database.model.CostTypeKindDomain;
import com.blt.other.module.database.model.UserDomain; import com.blt.other.module.database.model.UserDomain;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
...@@ -78,6 +78,8 @@ public class CostDetailController { ...@@ -78,6 +78,8 @@ public class CostDetailController {
|| user.getUseraccount().equals("黄晔") || user.getUseraccount().equals("黄晔")
|| user.getUseraccount().equals("唐衍芬") || user.getUseraccount().equals("唐衍芬")
|| user.getUseraccount().equals("罗贞") || user.getUseraccount().equals("罗贞")
|| user.getUseraccount().equals("陈文静")
|| user.getUseraccount().equals("林冬菊")
|| detail.getCreateUsername().equals(user.getUseraccount()))) { || detail.getCreateUsername().equals(user.getUseraccount()))) {
detail.setFilePath(""); detail.setFilePath("");
} }
......
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