修改登录日志为空校验

This commit is contained in:
sh
2026-02-05 19:08:15 +08:00
parent d7d99bcb44
commit 69f14369c7
5 changed files with 10 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="errorMsg" column="error_msg" />
<result property="operTime" column="oper_time" />
<result property="costTime" column="cost_time" />
<result property="operNameCipher" column="oper_name_cipher" />
<result property="operTimeCipher" column="oper_time_cipher" />
</resultMap>
<sql id="selectOperLogVo">