|
@@ -119,7 +119,7 @@
|
|
from RWA_BDM_OBJ_CONF_SILVER_GUARANTEE
|
|
from RWA_BDM_OBJ_CONF_SILVER_GUARANTEE
|
|
<where>
|
|
<where>
|
|
<if test="null != #{term} and '' != #{term}">
|
|
<if test="null != #{term} and '' != #{term}">
|
|
- TERM = #{model.term}
|
|
|
|
|
|
+ substr(DATA_DATE,1,6) = #{model.term}
|
|
</if>
|
|
</if>
|
|
<if test="null != #{subjectNumber} and '' != #{subjectNumber}">
|
|
<if test="null != #{subjectNumber} and '' != #{subjectNumber}">
|
|
and PRIN_ACCOUNT_NO = #{subjectNumber}
|
|
and PRIN_ACCOUNT_NO = #{subjectNumber}
|