提交 d87eff3b 作者: 张小凤

PayWalletDao.xml(update)

上级 55e665fa
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
pay_time, pay_time,
remark, remark,
operate_user) operate_user)
values (#{userAccountId}, #{payNo}, #{payMethod}, #{cashAmtPaid}, #{salaryAmtPaid}, #{payTime}, #{remark}, values (#{userAccountId}, #{payNo}, #{payMethod}, #{cashAmtPaid}, #{salaryAmtPaid}, NOW(), #{remark},
#{operateUser}) #{operateUser})
</insert> </insert>
<update id="updatePayWallet"> <update id="updatePayWallet">
...@@ -62,4 +62,4 @@ ...@@ -62,4 +62,4 @@
from pay_wallet from pay_wallet
where user_account_id = #{userAccountId} where user_account_id = #{userAccountId}
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论