1.代客下单后选择会员修改

This commit is contained in:
2024-08-21 10:23:24 +08:00
parent e04c3ee084
commit b7708d82e1
4 changed files with 20 additions and 12 deletions

View File

@@ -240,7 +240,7 @@
<if test="status != null and status !=''">
and a.status = #{status}
</if>
GROUP BY a.id
order by a.`sort` asc
</select>
</mapper>