<?xml version="1.0" encoding="UTF-8" ?>  
<!DOCTYPE mapper PUBLIC "-//ibatis.apache.org//DTD Mapper 3.0//EN"      
 "http://ibatis.apache.org/dtd/ibatis-3-mapper.dtd">
<mapper namespace="com.hengyunsoft.mzhd.analysis.dao.DbxgxfxDao">

 <resultMap >
    select p.*,m.* from persons p,members m where p.mid=m.memberId
</select>
</mapper>

<!-- select p.no,p.poorreson,p.numOfFamilyp.,m.* from persons p,members m where p.familyno=m.no -->



 
 

相关文章:

  • 2022-01-04
  • 2022-02-27
  • 2021-07-22
  • 2022-12-23
  • 2021-05-04
  • 2021-05-31
  • 2021-07-30
猜你喜欢
  • 2021-06-27
  • 2022-12-23
  • 2021-11-27
  • 2021-09-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案