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