diff --git a/electripper-system/src/main/resources/mapper/system/SysDeptMapper.xml b/electripper-system/src/main/resources/mapper/system/SysDeptMapper.xml index d1c04dd..826e6df 100644 --- a/electripper-system/src/main/resources/mapper/system/SysDeptMapper.xml +++ b/electripper-system/src/main/resources/mapper/system/SysDeptMapper.xml @@ -26,12 +26,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" - - - - - - @@ -47,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" select d.dept_id, d.parent_id, d.ancestors, d.dept_name, d.order_num, d.leader, d.phone, d.email, d.status, d.del_flag,d.platform_service_fee, d.handling_charge, d.is_profit_sharing, d.separate_account, d.domain, d.is_use_platform_app, d.appid, d.app_name, d.balance, d.app_secret, - d.merchant_id, d.api_v3_key, d.notify_url, d.private_key_path,d.merchant_serial_number,d.refund_notify_url, d.app_user_id, d.handling_charge_type,withdraw_handling_charge, + d.app_user_id, d.handling_charge_type,withdraw_handling_charge, d.create_by, d.create_time,d.collection_code, d.pay_channel from sys_dept d @@ -56,7 +50,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" SELECT d.dept_id, d.parent_id, d.ancestors, d.dept_name, d.order_num, d.leader, d.phone, d.email, d.status, d.del_flag, d.platform_service_fee, d.handling_charge, d.is_profit_sharing, d.separate_account, d.domain, d.is_use_platform_app, d.appid, d.app_name, d.balance, d.app_secret, - d.merchant_id, d.api_v3_key, d.notify_url, d.private_key_path, d.merchant_serial_number, d.refund_notify_url, d.app_user_id,d.handling_charge_type,withdraw_handling_charge, + d.app_user_id,d.handling_charge_type,withdraw_handling_charge, u.user_name AS userName, GROUP_CONCAT(oa.area_name SEPARATOR ' | ') AS areaName, d.create_by, d.create_time,d.collection_code, d.pay_channel @@ -103,7 +97,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" select d.dept_id, d.parent_id, d.app_user_id, d.ancestors, d.dept_name, d.order_num, d.leader, d.phone, d.email, d.status,d.platform_service_fee, d.handling_charge, d.is_profit_sharing,d.domain,d.is_use_platform_app, d.appid, d.app_name, d.balance, d.app_secret,d.balance,d.separate_account, - d.merchant_id, d.api_v3_key, d.notify_url, d.private_key_path,d.merchant_serial_number,d.refund_notify_url,d.app_user_id,d.handling_charge_type,withdraw_handling_charge,d.collection_code,,d.pay_channel, + d.app_user_id,d.handling_charge_type,withdraw_handling_charge,d.collection_code,,d.pay_channel, (select dept_name from sys_dept where dept_id = d.parent_id) parent_name from sys_dept d where d.app_user_id = #{appUserId} @@ -177,12 +171,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" appid, app_name, app_secret, - merchant_id, - api_v3_key, - notify_url, - private_key_path, - merchant_serial_number, - refund_notify_url, app_user_id, handling_charge_type, withdraw_handling_charge, @@ -202,19 +190,12 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" #{createBy}, #{platformServiceFee}, #{handlingCharge}, - #{separateAccount}, #{isUsePlatformApp}, #{domain}, #{appid}, #{appName}, #{appSecret}, - #{merchantId}, - #{apiV3Key}, - #{notifyUrl}, - #{privateKeyPath}, - #{merchantSerialNumber}, - #{refundNotifyUrl}, #{appUserId}, #{handlingChargeType}, #{withdrawHandlingCharge}, @@ -245,12 +226,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" appid = #{appid}, app_name = #{appName}, app_secret = #{appSecret}, - merchant_id = #{merchantId}, - api_v3_key = #{apiV3Key}, - notify_url = #{notifyUrl}, - private_key_path = #{privateKeyPath}, - merchant_serial_number = #{merchantSerialNumber}, - refund_notify_url = #{refundNotifyUrl}, app_user_id = #{appUserId}, handling_charge_type = #{handlingChargeType}, withdraw_handling_charge = #{withdrawHandlingCharge},