1.代客下单 打印菜品小票

This commit is contained in:
2024-08-26 14:23:56 +08:00
parent 5e6c6284ed
commit 6a6ce8ef1c
2 changed files with 7 additions and 1 deletions

View File

@@ -520,6 +520,10 @@
<if test="staffId != null and staffId!=''">
staff_id = #{staffId,jdbcType=INTEGER},
</if>
<if test="useType != null and useType!=''">
use_type = #{useType,jdbcType=VARCHAR},
</if>
</set>
where id = #{id,jdbcType=INTEGER}
</update>