
--- src/main/resources/mybatis/mapper/mber/mber-SQL.xml
+++ src/main/resources/mybatis/mapper/mber/mber-SQL.xml
... | ... | @@ -479,7 +479,9 @@ |
479 | 479 |
mdfr = #{mdfr}, |
480 | 480 |
mdfcn_dt = NOW() |
481 | 481 |
WHERE mbr_id = #{mbrId} |
482 |
- AND lgn_offr_type = #{lgnOffrType} |
|
482 |
+ <if test="lgnOffrType != null"> |
|
483 |
+ AND lgn_offr_type = #{lgnOffrType} |
|
484 |
+ </if> |
|
483 | 485 |
</update> |
484 | 486 |
|
485 | 487 |
<!-- 메인 프로필 설정 --> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?