UserEnterpriseMapper.xml 413 B

1234567
  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.zbkj.service.dao.UserEnterpriseDao">
  4. <select id="selectByOrganId" parameterType="java.lang.String" resultType="com.zbkj.common.model.user.UserEnterprise">
  5. select * from eb_user_enterprise where organization_id= #{id} </select>
  6. </mapper>