|
@ -114,7 +114,7 @@ public class JwPrescriptionService {
|
|
|
try{
|
|
|
Map<String,String> map = new HashMap<>();
|
|
|
JSONArray jsonArray = new JSONArray();
|
|
|
for (int i=0;i<5;i++){
|
|
|
for (int i=0;i<3;i++){
|
|
|
if(!map.containsKey(recipeNo)){
|
|
|
map.put(recipeNo,recipeNo);
|
|
|
String response = getLastRecipe(cardNo,recipeNo,applyTimeFrom,applyTimeEnd);
|