|
|
@@ -118,6 +118,10 @@ public class TruckEscortController {
|
|
|
utf8Name = URLDecoder.decode(userName, "UTF-8");
|
|
|
} catch (UnsupportedEncodingException ignored) {
|
|
|
}
|
|
|
+
|
|
|
+ param.setCreater(userId);
|
|
|
+ param.setCreaterName(utf8Name);
|
|
|
+ param.setCreateDate(LocalDateTime.now());
|
|
|
param.setUpdater(userId);
|
|
|
param.setUpdaterName(utf8Name);
|
|
|
param.setUpdateDate(LocalDateTime.now());
|