Browse Source

no message

FengChaoYu 7 months ago
parent
commit
354b94ddd0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      mall-miniapp-service/src/main/resources/mapper/MaterialMapper.xml

+ 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">