|
|
@ -190,7 +190,12 @@ public class BaseInvoiceController extends AbstractController { |
|
|
|
String[] split = rzhr.split(","); |
|
|
|
String[] split = rzhr.split(","); |
|
|
|
if (!Arrays.asList(split).contains("")) { |
|
|
|
if (!Arrays.asList(split).contains("")) { |
|
|
|
String[] split1 = rzhr.split(","); |
|
|
|
String[] split1 = rzhr.split(","); |
|
|
|
pramsMap.put("rzhr", Arrays.asList(split1)); |
|
|
|
if(split1.length == 1){ |
|
|
|
|
|
|
|
pramsMap.put("rzhr", rzhr); |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
pramsMap.put("rzhr", Arrays.asList(split1)); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|