进出日志后台查询;小程序端进门;导出表格时日期转换
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user