|
@@ -226,8 +226,9 @@ public class ResourceBusiness implements IResourceBusiness {
|
|
// 构建header
|
|
// 构建header
|
|
String busSraId = resourceConfig.getBusSraId();
|
|
String busSraId = resourceConfig.getBusSraId();
|
|
|
|
|
|
- //todo busSreIdcard需要从用户信息中获取
|
|
|
|
- String busSreIdcard = resourceConfig.getBusSreIdcard();
|
|
|
|
|
|
+ //busSreIdcard需要从用户信息中获取
|
|
|
|
+// String busSreIdcard = resourceConfig.getBusSreIdcard();
|
|
|
|
+ String busSreIdcard = UserContextUtils.getCurrentUser().getIdcard();
|
|
|
|
|
|
String busServiceId = resourceConfig.getDataResource().getBusServiceId();
|
|
String busServiceId = resourceConfig.getDataResource().getBusServiceId();
|
|
String busServiceFunc = resourceConfig.getDataResource().getBusServiceFunc();
|
|
String busServiceFunc = resourceConfig.getDataResource().getBusServiceFunc();
|