修复新增自定义app修改报错的bug

This commit is contained in:
段冬梅
2018-12-15 11:51:07 +08:00
parent adecc3273d
commit 23a560563a
2 changed files with 11 additions and 5 deletions

View File

@@ -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();