| | |
| | | <if test="relTypeCd !=null and relTypeCd != ''"> |
| | | and t.rel_type_cd= #{relTypeCd} |
| | | </if> |
| | | <if test="relTypeCds !=null"> |
| | | and t.rel_type_cd in |
| | | <foreach collection="relTypeCds" open="(" close=")" |
| | | separator="," item="item"> |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | <if test="saveWay !=null and saveWay != ''"> |
| | | and t.save_way= #{saveWay} |
| | | </if> |
| | |
| | | <if test="relTypeCd !=null and relTypeCd != ''"> |
| | | and t.rel_type_cd= #{relTypeCd} |
| | | </if> |
| | | <if test="relTypeCds !=null"> |
| | | and t.rel_type_cd in |
| | | <foreach collection="relTypeCds" open="(" close=")" |
| | | separator="," item="item"> |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | <if test="saveWay !=null and saveWay != ''"> |
| | | and t.save_way= #{saveWay} |
| | | </if> |