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