提交 8bc4adee 作者: xiaowang

bug解决

上级 6a49c517
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</select> </select>
<select id="countPayLog" resultType="java.lang.Integer"> <select id="countPayLog" resultType="java.lang.Integer">
select count(*) select count(*)
from pay_log from pay_log pl
<where> <where>
pl.user_account_id = #{userAccountId} pl.user_account_id = #{userAccountId}
<if test="startTime != null and startTime != '' "> <if test="startTime != null and startTime != '' ">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论