Pārlūkot izejas kodu

小需求优化V1.3.13

kaick 1 gadu atpakaļ
vecāks
revīzija
1829439003
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/main/resources/mapper/MessageCenter.xml

+ 1 - 1
src/main/resources/mapper/MessageCenter.xml

@@ -287,7 +287,7 @@
             select guidanceImage as image from info where id=#{id}
             select guidanceImage as image from info where id=#{id}
         </if>
         </if>
         <if test="type != null and type == 6 ">
         <if test="type != null and type == 6 ">
-            select image,appLink,link as pcLink from cm_page_image where id=#{id}
+            select image,appletsLink as appLink,link as pcLink from cm_page_image where id=#{id}
         </if>
         </if>
     </select>
     </select>