添加员工折扣

This commit is contained in:
牛叉闪闪
2024-08-20 17:17:55 +08:00
parent 6b436da4d3
commit 653254f9f3
7 changed files with 173 additions and 21 deletions

View File

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