Commit abd5ab29 by 陶光胜

二维码

parent cfbd0773
......@@ -79,7 +79,7 @@ public class PushMessageController {
@RequestMapping("page-push-message")
public RestResponse pagePushMessage(String search, Integer pushStatus, Integer classifyId, String startTime, String endTime, PageQO pageQO){
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
ServiceResponse<Page<PushMessageDTO>> response = null;
try {
response = this.pushMessageApiService.pagePushMessage(search, pushStatus,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment