|
@@ -1286,19 +1286,19 @@ public class AnalysisDiyCustomerComponent {
|
|
|
*
|
|
|
*3.7经销商经销人员门店
|
|
|
* **/
|
|
|
- public Integer buildSysUserBz(JSONArray STAFF, Set<String> loginNameSet,Set<String> diyNameSet, List<SyncFailDetail> failDetails,String packageId, Map<String,Customers> cusMap,Integer isManager){
|
|
|
+ public Integer buildSysUserBz(JSONArray BZ, Set<String> loginNameSet,Set<String> diyNameSet, List<SyncFailDetail> failDetails,String packageId, Map<String,Customers> cusMap,Integer isManager){
|
|
|
|
|
|
int count = 0;
|
|
|
List<String > interfaceList10=new ArrayList<>();
|
|
|
- for(int x =0;x<STAFF.size();x++){
|
|
|
- JSONObject jsonObject = STAFF.getJSONObject(x);
|
|
|
+ for(int x =0;x<BZ.size();x++){
|
|
|
+ JSONObject jsonObject = BZ.getJSONObject(x);
|
|
|
String loginName = jsonObject.getString("userid");
|
|
|
if(loginName !=null && !"".equals(loginName)){
|
|
|
interfaceList10.add(loginName);
|
|
|
}
|
|
|
}
|
|
|
- for(int i =0;i<STAFF.size();i++){
|
|
|
- JSONObject jo = STAFF.getJSONObject(i);
|
|
|
+ for(int i =0;i<BZ.size();i++){
|
|
|
+ JSONObject jo = BZ.getJSONObject(i);
|
|
|
|
|
|
try {
|
|
|
String userNo = jo.getString("userNo");
|