This commit is contained in:
linfso 2024-09-08 18:49:30 +08:00
parent 4316af0d9b
commit ecc8d2d0b3

View File

@ -75,15 +75,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="stockInFlag != null and stockInFlag != ''"> and stock_in_flag=#{stockInFlag}</if>
<if test="params.queryStatusType != null and params.queryStatusType == 0">
and confirmStatus= '0'
and confirm_status= '0'
</if>
<if test="params.queryStatusType != null and params.queryStatusType == 1">
and confirmStatus= '1'
and confirm_status= '1'
</if>
<if test="params.queryStatusType != null and params.queryStatusType == 2">
and confirmStatus= '2'
and confirm_status= '2'
</if>
<if test="params.searchValue != null and params.searchValue !='' ">