//QTO layer
@ApiModelProperty("Billing start time")
@JsonFormat(shape = JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
private LocalDateTime billStartTime;
@ApiModelProperty("Billing end time")
@JsonFormat(shape = JsonFormat.Shape.STRING,pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
private LocalDateTime billEndTime;
@requestBody
@apiOperation (” list”)
stMapping (“/list”)
p>c responseData< PageData< TradeSettlementVO.ListVO> > list(@RequestBody TradeSettlementQTO.PcQTO qto){
return ResponseData.data(ipcMarketSettlementRpc.settlementPageData(qto));
}
Read More:
- [Solved] SpringBoot Date Convert Error: JSON parse error: Cannot deserialize value of type `java.time.LocalDateTime`
- [Solved] swagger Docmentation Access Error: Illegal DefaultValue 1024 for parameter type integer, java.lang.NumberFormatException
- [Solved] Java.lang.IllegalStateException: Type handler was null on parameter mapping for property ‘__frch_it
- [Solved] Springboot uses redis to add LocaldateTime Java 8 error
- [Solved] Failed to convert value of type ‘java.lang.String‘ to required type ‘java.util.Date‘;
- [Solved] JPA sett in parameter error: Java.lang.illegalargumentexception
- Explicit and implicit conversion of Java data type
- [Solved] Scala error: type mismatch; found : java.util.List[?0] required: java.util.List[B]
- Java Error: No enclosing instance of type Main is accessible. Must qualify the allocation with an encl
- [Solved] No validator could be found for constraint ‘javax.validation.constraints.NotBlank’ validating type ‘java.lang.String’
- The problem of date format conversion between springboot and front end
- C# Bug Fixed InvalidCastException: Cannot cast from source type to destination type.
- [Solved] Error getting generated key or setting result to parameter object. UnsupportedOperationException
- [Solved] Circular view path [index]: would dispatch back to the current handler URL [] again. Che
- [Solved] ES Error: request contains unrecognized parameter [ignore_throttled]
- [Solved] Hibernate Error: java.lang.StackOverflowError at java.lang.Integer.toString(Integer.java:402)
- Mybatis single parameter pass in exception (How to Fix)
- [Solved] Android monitors events error: back (toolbar)
- [Solved] Javaweb Error: inStream parameter is null
- [Solved] docker Start jar package and Set JVM parameter Error