wangjun 3 недель назад
Родитель
Сommit
78011fbbdd

+ 1 - 1
code/jyyy/nckd-jimin-jyyy-fi/src/main/java/nckd/jimin/jyyy/fi/webapi/TransDetailApiPlugin.java

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