RiskMapper.xml 376 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
  3. <mapper namespace="com.xc.dao2.RiskMapper" >
  4. <select id="getview" resultType="com.xc.vo2.RiskVo">
  5. select
  6. *
  7. from
  8. risk_control_formula_bb
  9. where
  10. 1=1
  11. </select>
  12. </mapper>