Commit d35ee729 by guojuxing

添加操作日志工具类

parent d8b11b8f
......@@ -33,7 +33,7 @@ public class LogUtils {
* @param operationObject
 操作对象
* @return void


 */
public void createLog(String content, String operationObject) {
public static void createLog(String content, String operationObject) {
UserDetail userDetail = UserDetailUtils.getUserDetail();
SystemSetLogDTO logDTO = new SystemSetLogDTO();
//操作时间
......
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