库存查询报错;
This commit is contained in:
+1
-1
@@ -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') <= #{auditTimeEnd}
|
||||
</if>
|
||||
<if test="needDeclareFlag != null">
|
||||
<if test="needDeclareFlag != null and needDeclareFlag != ''">
|
||||
and a.NEED_DECLARE_FLAG = #{needDeclareFlag}
|
||||
</if>
|
||||
<if test="pushTimeStart != null">
|
||||
|
||||
Reference in New Issue
Block a user