|
|
@ -307,6 +307,10 @@ public class ItemServiceImpl extends BaseServiceImpl<ItemDao, ItemEntity> implem |
|
|
if (null == userDetail) { |
|
|
if (null == userDetail) { |
|
|
throw new RuntimeException("获取用户信息失败"); |
|
|
throw new RuntimeException("获取用户信息失败"); |
|
|
} |
|
|
} |
|
|
|
|
|
if(!(StringUtils.isNotBlank(userDetail.getTypeKey()) |
|
|
|
|
|
&& OrganizationTypeConstant.ORG_TYPE_STREET_PARTY.equals(userDetail.getTypeKey()))){ |
|
|
|
|
|
throw new RuntimeException("请用街道账号进行上报"); |
|
|
|
|
|
} |
|
|
ItemEntity itemEntity = new ItemEntity(); |
|
|
ItemEntity itemEntity = new ItemEntity(); |
|
|
/** |
|
|
/** |
|
|
* userID:zfsq+当前账户ID。 |
|
|
* userID:zfsq+当前账户ID。 |
|
|
|