|
|
@ -6,7 +6,7 @@ |
|
|
|
<resultMap type="com.epmet.entity.CustomerDepartmentEntity" id="customerDepartmentMap"> |
|
|
|
<result property="id" column="ID"/> |
|
|
|
<result property="customerId" column="CUSTOMER_ID"/> |
|
|
|
<result property="orgId" column="ORG_ID"/> |
|
|
|
<result property="agencyId" column="AGENCY_ID"/> |
|
|
|
<result property="departmentName" column="DEPARTMENT_NAME"/> |
|
|
|
<result property="departmentDuty" column="DEPARTMENT_DUTY"/> |
|
|
|
<result property="totalUser" column="TOTAL_USER"/> |
|
|
|