...
|
...
|
@@ -111,7 +111,7 @@ public class SceneRecallProductListService { |
|
|
int productSkn = MapUtils.getIntValue(productInfo,"product_skn",0);
|
|
|
RecallSknInfo recallSknInfo = sknRecallTypeMap.get(productSkn);
|
|
|
if(recallSknInfo==null || recallSknInfo.getRecallType()==null){
|
|
|
productInfo.put("recall_type","default");
|
|
|
productInfo.put("recall_type","DEFAULT");
|
|
|
}else{
|
|
|
productInfo.put("recall_type",recallSknInfo.getRecallType());
|
|
|
}
|
...
|
...
|
|