select.example.stpl 127 B

1234567
  1. select id,userid,title,createdatetime,content
  2. from Article where
  3. {% if count>1%}
  4. id=?id
  5. {% else%}
  6. userid=?userid
  7. {% endif %}