jsk 装卸单权限改造
This commit is contained in:
parent
7fc24398ad
commit
abe03bef05
|
|
@ -2219,6 +2219,11 @@ public class BackApplyInfoServiceImpl implements IBackApplyInfoService {
|
||||||
try {
|
try {
|
||||||
Long userId = SecurityUtils.getLoginUser().getUserid();
|
Long userId = SecurityUtils.getLoginUser().getUserid();
|
||||||
bean.setCreateBy(userId.toString());
|
bean.setCreateBy(userId.toString());
|
||||||
|
/**
|
||||||
|
* jsk
|
||||||
|
*/
|
||||||
|
Long companyId=iTypeService.getUserDeptId();
|
||||||
|
bean.setCompanyId(companyId);
|
||||||
int re = backApplyInfoMapper.addHandlingOrder(bean);
|
int re = backApplyInfoMapper.addHandlingOrder(bean);
|
||||||
if (re>0){
|
if (re>0){
|
||||||
return AjaxResult.success("添加成功");
|
return AjaxResult.success("添加成功");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue