|
|
@@ -238,7 +238,7 @@
|
|
|
(
|
|
|
#{notice_id,jdbcType=VARCHAR},
|
|
|
<choose>
|
|
|
- <when test='item.type == "1"'>
|
|
|
+ <when test='item.type == "0"'>
|
|
|
#{item.personId,jdbcType=VARCHAR},
|
|
|
</when>
|
|
|
<otherwise>
|
|
|
@@ -246,7 +246,7 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
<choose>
|
|
|
- <when test='item.type == "0"'>
|
|
|
+ <when test='item.type == "1"'>
|
|
|
#{item.personId,jdbcType=VARCHAR},
|
|
|
</when>
|
|
|
<otherwise>
|