7 changed files with 12 additions and 11 deletions
@ -1,7 +1,7 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|||
|
|||
<mapper namespace="com.epmet.dao.stats.CustomerRelationDao"> |
|||
<mapper namespace="com.epmet.dao.crm.CustomerRelationDao"> |
|||
<resultMap id="CustomerSubInfoDTOResMap" type="com.epmet.dto.indexcal.CustomerSubInfoDTO"> |
|||
<result property="customerId" column="customerId"></result> |
|||
<result property="customerName" column="customerName"></result> |
Loading…
Reference in new issue