Commit 6b0f9d40 authored by wanghao's avatar wanghao

1 客户返回 数据 参数 大小写调整。

parent a2326f6c
......@@ -83,7 +83,7 @@ public class PlatformDockingTaskAspect {
tPlatformDockingTask.setfRid(request.getString("rid"));
tPlatformDockingTask.setfType(1);
tPlatformDockingTask.setfUsername(request.getString("userName"));
tPlatformDockingTask.setfOperateDate(new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").parse(request.getString("operateDate")));
tPlatformDockingTask.setfOperateDate(new SimpleDateFormat("yyyy/MM/dd HH:mm:ss").parse(request.getString("operateDate")));
platformDockingTaskMapper.insertTPlatformDockingTask(tPlatformDockingTask);
} catch (ParseException e) {
log.error("料架系统回复记录持久化失败:" + e.getMessage());
......
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