|
@ -105,4 +105,6 @@ public interface CustomerDepartmentDao extends BaseDao<CustomerDepartmentEntity> |
|
|
int updateSubDeptAreaCode(@Param("customerId") String customerId, |
|
|
int updateSubDeptAreaCode(@Param("customerId") String customerId, |
|
|
@Param("areaCode")String areaCode, |
|
|
@Param("areaCode")String areaCode, |
|
|
@Param("operateUserId") String operateUserId); |
|
|
@Param("operateUserId") String operateUserId); |
|
|
|
|
|
|
|
|
|
|
|
int updateDeptAreaCode(@Param("agencyId")String agencyId, @Param("areaCode")String areaCode); |
|
|
} |
|
|
} |