npe
This commit is contained in:
parent
8e5648b964
commit
71611ec1d6
|
@ -314,7 +314,7 @@ public class AbilityCenterControllerV3 {
|
||||||
put("_id", applyFlag); //申请id
|
put("_id", applyFlag); //申请id
|
||||||
put("creator", user == null ? null : user.getId().toString()); // 创建人
|
put("creator", user == null ? null : user.getId().toString()); // 创建人
|
||||||
put("userId", user == null ? null : user.getId().toString()); // 创建人
|
put("userId", user == null ? null : user.getId().toString()); // 创建人
|
||||||
put("userDeptId", user == null ? null : user.getDeptId().toString()); // 发起人部门id
|
put("userDeptId", user == null ? null : (user.getDeptId() == null ? abilityBatchApplicationDTO.getDeptId().toString() : user.getDeptId().toString())); // 发起人部门id
|
||||||
put("basic_facilities", basicFacilities); // 是否为基础设施
|
put("basic_facilities", basicFacilities); // 是否为基础设施
|
||||||
// 以下为V3增加
|
// 以下为V3增加
|
||||||
put("city_apply", finalCityApply); // 是否为市级部门发起申请
|
put("city_apply", finalCityApply); // 是否为市级部门发起申请
|
||||||
|
|
Loading…
Reference in New Issue