jsk 装卸单权限改造

This commit is contained in:
jiask 2026-01-09 14:27:51 +08:00
parent 7fc24398ad
commit abe03bef05
1 changed files with 5 additions and 0 deletions

View File

@ -2219,6 +2219,11 @@ public class BackApplyInfoServiceImpl implements IBackApplyInfoService {
try {
Long userId = SecurityUtils.getLoginUser().getUserid();
bean.setCreateBy(userId.toString());
/**
* jsk
*/
Long companyId=iTypeService.getUserDeptId();
bean.setCompanyId(companyId);
int re = backApplyInfoMapper.addHandlingOrder(bean);
if (re>0){
return AjaxResult.success("添加成功");