| | |
| | | <if test="vo.engScal != null and vo.engScal !='' "> |
| | | AND arb."eng_scal" = #{vo.engScal} |
| | | </if> |
| | | |
| | | <if test="vo.resCds != null and vo.resCds != ''"> |
| | | AND NAG.dam_id in |
| | | <foreach collection="vo.resCds.split(',')" item="item" index="index" open="(" separator="," close=")"> |
| | | #{item} |
| | | </foreach> |
| | | </if> |
| | | ORDER BY NAG.TIME DESC |
| | | |
| | | </select> |
| | |
| | | AND arb."eng_scal" = #{vo.engScal} |
| | | </if> |
| | | |
| | | <if test="vo.resCds != null and resCds != ''"> |
| | | <if test="vo.resCds != null and vo.resCds != ''"> |
| | | AND NAG.dam_id in |
| | | <foreach collection="vo.resCds.split(',')" item="item" index="index" open="(" separator="," close=")"> |
| | | #{item} |