提交 25e7f23c authored 作者: 000516's avatar 000516 提交者: Coding

计划2版本,修改计划时保存修改人

Merge Request: 计划2版本,修改计划时保存修改人 Created By: @李秋林 Accepted By: @李秋林 URL: https://g-pkkp8204.coding.net/p/promotion/d/promotion-service/git/merge/228?initial=true
...@@ -144,7 +144,8 @@ ...@@ -144,7 +144,8 @@
clock_in_time = #{pDo.clockInTime}, clock_in_time = #{pDo.clockInTime},
clock_out_time = #{pDo.clockOutTime}, clock_out_time = #{pDo.clockOutTime},
salary = #{pDo.salary}, salary = #{pDo.salary},
incidentals = #{pDo.incidentals} incidentals = #{pDo.incidentals},
modify_by = #{pDo.modifyBy}
where store_code = #{pDo.storeCode} where store_code = #{pDo.storeCode}
and date = #{pDo.date}; and date = #{pDo.date};
</update> </update>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论