1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

进出日志后台查询;小程序端进门;导出表格时日期转换

This commit is contained in:
2023-04-16 16:56:56 +08:00
parent c91b045430
commit 62ed92029c
19 changed files with 567 additions and 32 deletions

View File

@@ -29,7 +29,7 @@
AND id = #{id}
</if>
<if test="name != null and name != ''">
AND name = #{name}
AND name LIKE concat('%',#{name,jdbcType=VARCHAR},'%')
</if>
<if test="open != null">
AND open = #{open}