Browse Source

busSreIdcard从用户信息中获取

邱宇 4 years ago
parent
commit
efd13fe625

+ 3 - 2
dcuc-app-service/src/main/java/com/dragoninfo/dcuc/app/business/impl/ResourceBusiness.java

@@ -226,8 +226,9 @@ public class ResourceBusiness implements IResourceBusiness {
         // 构建header
         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 busServiceFunc = resourceConfig.getDataResource().getBusServiceFunc();