Result_set中看到的记录history字段有5个:,action_timestamp,user_name,action_name,old_state,new_state,
我想增加一个字段Comment, 然后把Note_Log信息也加到History中来,
例如把一条Note:
==== State: Implemented by: zh on 12 March 2008 14:25:54 ====
Bug fixed.
显示成一条History记录:
action_timestamp user_name action_name old_state new_state Comment
2008-3-12 14:25:54 zh Modify Implemented Implemented Bug fixed.
能实现吗?
请高手指点!
[
本帖最后由 medar 于 2008-3-12 19:55 编辑 ]