This commit is contained in:
sxu 2023-12-08 13:45:10 +08:00
parent d0cf721763
commit d245ac027e
1 changed files with 1 additions and 1 deletions

View File

@ -200,6 +200,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="count" parameterType="Long" resultType="Long">
SELECT count(*) from ma_order_info where orderUser = #{userId}
SELECT count(*) from ma_order_info where order_user = #{userId}
</select>
</mapper>