userMapping.sql.xml 326 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <das-client>
  3. <Sqls>
  4. <Sql name="getUserAgent">
  5. select user_agent from user_mapping where status =1 and userId = ?
  6. </Sql>
  7. <Sql name="getUserType4UserMapping">
  8. select user_type from user_mapping where status =1 and userId = ?
  9. </Sql>
  10. </Sqls>
  11. </das-client>