去除@JsonIgnore注解,会导致get方法取不到值
This commit is contained in:
		| @@ -26,10 +26,10 @@ public class SysOrderPause { | ||||
|     /** | ||||
|      * 订单id | ||||
|      */ | ||||
|     @JsonIgnore | ||||
|     //@JsonIgnore | ||||
|     private Long orderId; | ||||
|  | ||||
|     @JsonIgnore | ||||
|     //@JsonIgnore | ||||
|     private Long cusId; | ||||
|  | ||||
|     private String outId; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user