md
This commit is contained in:
parent
4316af0d9b
commit
ecc8d2d0b3
@ -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 !='' ">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user