Browse Source

no message

FengChaoYu 7 tháng trước cách đây
mục cha
commit
354b94ddd0

+ 2 - 2
mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

@@ -674,8 +674,8 @@
                 AND a.repair_flag = #{repairFlag}
             </if>
         </where>
-        GROUP BY a.applyNo, a.createTime
-        ORDER BY a.createTime DESC
+        GROUP BY a.apply_no, a.create_time
+        ORDER BY a.create_time DESC
     </select>
 
     <select id="queryWebsitList" resultType="com.gree.mall.miniapp.bean.material.parts.WebsitExtends">