wangli преди 4 години
родител
ревизия
c625ea9e7e
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      smart-city-platform/src/main/resources/mapper/pay/payFeeMapper.xml

+ 0 - 1
smart-city-platform/src/main/resources/mapper/pay/payFeeMapper.xml

@@ -226,7 +226,6 @@
          receivedamount,
 
          reced.payway as "payway",
-         (select label from pay_sys_dict where type = '支付方式' and value = reced.payway and site_id = #{siteId} and customer_id =#{customerId}) as "paywayname",
          create_date as "createDate",
          iscanceled,
           (select name from sc_user where id = reced.cancelperson) as "cancelperson",