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