库存查询报错;

This commit is contained in:
王奎兴
2026-06-04 14:57:29 +08:00
parent 5a0906f189
commit 88e6993dd6
2 changed files with 7 additions and 5 deletions
@@ -304,7 +304,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="auditTimeEnd != null and auditTimeEnd != ''">
and date_format(a.audit_time,'%Y-%m-%d') &lt;= #{auditTimeEnd}
</if>
<if test="needDeclareFlag != null">
<if test="needDeclareFlag != null and needDeclareFlag != ''">
and a.NEED_DECLARE_FLAG = #{needDeclareFlag}
</if>
<if test="pushTimeStart != null">