fix
This commit is contained in:
parent
d0cf721763
commit
d245ac027e
|
|
@ -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>
|
||||
Loading…
Reference in New Issue