Selaa lähdekoodia

报销列表显示修改

anderx 1 vuosi sitten
vanhempi
commit
851aa2e7dc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMapper.xml

@@ -1534,7 +1534,7 @@
     <select id="selectUserClueList" resultType="com.goafanti.customer.bo.OutUserClueList">
     <select id="selectUserClueList" resultType="com.goafanti.customer.bo.OutUserClueList">
         select a.id,a.nickname ,b.contacts ,b.contact_mobile contactMobile,c.name adminName,
         select a.id,a.nickname ,b.contacts ,b.contact_mobile contactMobile,c.name adminName,
         a.clue_process clueProcess,a.clue_time clueTime,a.clue_transfer_time clueTransferTime,
         a.clue_process clueProcess,a.clue_time clueTime,a.clue_transfer_time clueTransferTime,
-        d.name clueAdminName
+        d.name clueAname
         from `user` a left join organization_identity b on a.id =b.uid
         from `user` a left join organization_identity b on a.id =b.uid
         left join admin c on a.aid=c.id
         left join admin c on a.aid=c.id
         left join admin d on a.clue_aid=d.id
         left join admin d on a.clue_aid=d.id