1.不规则产品传统商务条件报错问题
This commit is contained in:
parent
b44f973344
commit
b3371966f9
@ -706,6 +706,9 @@ public class ProductParamUtil {
|
||||
if(jo.get("Parameter")==null){
|
||||
continue;
|
||||
}
|
||||
if(jo.get("Parameter") instanceof JSONNull){
|
||||
continue;
|
||||
}
|
||||
JSONObject value = ja.getJSONObject(i).getJSONObject("jbo.sample.Parameter");
|
||||
Map<String,Object> valMap = new HashMap<String,Object>();
|
||||
Set<Entry> vSet = value.entrySet();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user