提交 e02f6546 authored 作者: 李秋林's avatar 李秋林

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

上级 43cc12d3
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论