修复新增自定义app修改报错的bug
This commit is contained in:
@@ -29,6 +29,7 @@ import com.nis.util.Constants;
|
||||
import com.nis.util.DictUtils;
|
||||
import com.nis.util.StringUtils;
|
||||
import com.nis.web.controller.BaseController;
|
||||
import com.nis.web.security.UserUtils;
|
||||
|
||||
@Controller
|
||||
@RequestMapping(value = "${adminPath}/specific/specificServiceCfg")
|
||||
@@ -462,7 +463,9 @@ public class SpecificServiceCfgController extends BaseController {
|
||||
map.put("name",cfg.getSpecServiceName());
|
||||
map.put("serviceType",cfg.getCfgType());
|
||||
map.put("businessType",cfg.getBusinessType());
|
||||
map.put("serviceCode",cfg.getSpecServiceCode());
|
||||
map.put("groupId",cfg.getGroupId());
|
||||
map.put("addFlag",UserUtils.getUser().getId());
|
||||
return map;
|
||||
}catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user