|
@@ -280,7 +280,7 @@ public class TransDetailApiPlugin implements Serializable {
|
|
|
|
|
|
JSONObject bizTypeObj = jsonObject.getJSONObject("bizType");
|
|
|
if (EmptyUtils.isNotEmpty(bizTypeObj)) {
|
|
|
- String bizType = jsonObject.getString("value");
|
|
|
+ String bizType = bizTypeObj.getString("value");
|
|
|
switch (bizType) {
|
|
|
case "1":
|
|
|
transDetail.set(BeiTransdetailConstantInfo.BIZTYPE, "1");
|