This commit is contained in:
parent
904c01bdbd
commit
fa39990202
@ -34,10 +34,11 @@
|
||||
WHERE 1 = 1
|
||||
<if test="applyType!= null and applyType!= ''">
|
||||
<choose>
|
||||
<when test="applyType == '1'">
|
||||
<!-- <when test="applyType == '3'"> Mybatis会将 “2” 解析为字符类型-->
|
||||
<when test='applyType == "1"'>
|
||||
and f.af_type in ('1', '2')
|
||||
</when>
|
||||
<when test="applyType == '3'">
|
||||
<when test='applyType == "3"'>
|
||||
and f.af_type in ('3', '5')
|
||||
</when>
|
||||
<otherwise>
|
||||
|
Loading…
x
Reference in New Issue
Block a user