没有对应的Id ,报空指针异常

问题搞了很久,几次都想改搞,但数据库要添加相应的值不知道是什么,一直不好改。

看到了java代码中没有对应的User_id 对应创建人是谁不知道。 

select id,title from defect1 where createperson = 161;
select user_id ,user_name from user_info where fullname = 'liwei';

select id,title from defect1 where createperson = 161 and status=8;
update defect1 set createperson=593 where createperson = 161 and status=8;

select id,title from defect1 where analysePerson = 161 and status=8;
update defect1 set analysePerson=593 where analysePerson = 161 and status=8;

select id,title from defect1 where analysePerson = 161 and status=7;
update defect1 set analysePerson=593 where analysePerson = 161 and status=7;

posted @ 2011-11-22 11:47  Java EE  阅读(219)  评论(0编辑  收藏  举报