1.不规则产品传统商务条件报错问题

This commit is contained in:
zhangbb 2020-07-21 16:42:09 +08:00
parent b44f973344
commit b3371966f9

View File

@ -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();