1.代客下单 打印菜品小票
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user