`
peonyzzdx
  • 浏览: 587431 次
  • 性别: Icon_minigender_2
  • 来自: 杭州
社区版块
存档分类
最新评论

Could not set property 'supervisionState' to value 'null'

 
阅读更多
异常:



我的查询方法:



对应的vo类
[img]




数据库



解决bug:查出的数据supervisionState是null,查询结果赋值给vo的supervisionState时出错,null无法赋值给int类型的supervisionState数据,把vo类
        /** 督办状态 */
private int  supervisionState;


改为
/** 督办状态 */
private Integer supervisionState;


就ok啦 ~




  • 大小: 251.7 KB
  • 大小: 67.8 KB
  • 大小: 167.8 KB
  • 大小: 39.4 KB
0
0
分享到:
评论

相关推荐

    DevExpress VCL v2012 vol 1.6源码、例子、帮助-part2

    The View does not synchronize edit value changes with the data controller in the OnEditChanged event handler if DataController.Options includes dcoImmediatePost, and a grid item's Properties....

    DevExpress VCL v2012 vol 1.6源码、例子、帮助

    The View does not synchronize edit value changes with the data controller in the OnEditChanged event handler if DataController.Options includes dcoImmediatePost, and a grid item's Properties....

    DevExpress VCL v2012 vol 1.6源码、例子、帮助-Part1

    The View does not synchronize edit value changes with the data controller in the OnEditChanged event handler if DataController.Options includes dcoImmediatePost, and a grid item's Properties....

    DevExpress VCL 2012 vol 1.6源码、例子、帮助-Part2

    The View does not synchronize edit value changes with the data controller in the OnEditChanged event handler if DataController.Options includes dcoImmediatePost, and a grid item's Properties....

    DevExpress VCL 2012 vol 1.6源码、例子、帮助-Part1

    The View does not synchronize edit value changes with the data controller in the OnEditChanged event handler if DataController.Options includes dcoImmediatePost, and a grid item's Properties....

    DevExpress VCL v2012 vol 1.6源码-例子-帮助-part2

    The View does not synchronize edit value changes with the data controller in the OnEditChanged event handler if DataController.Options includes dcoImmediatePost, and a grid item's Properties....

    DevExpress VCL v2012 vol 1.6源码-例子-帮助-part1

    The View does not synchronize edit value changes with the data controller in the OnEditChanged event handler if DataController.Options includes dcoImmediatePost, and a grid item's Properties....

    微软内部资料-SQL性能优化5

    Each index row in node pages contains an index key (or set of keys for a composite index) and a pointer to a page at the next level for which the first key value is the same as the key value in the ...

    google api php client

    $order->setProperty($property); $query->setOrder([$order]); // - set the kinds $kind = new Google_Service_Datastore_Kind[removed]); $kind->setName('Book'); $query->setKinds([$kind]); // - set the ...

    javaee三大框架整合宅急送项目lib包

    nested exception is org.hibernate.exception.ConstraintViolationException: could not delete: [org.jbpm.pvm.internal.model.ExecutionImpl#50001] 解决: hibernate.dialect=org.hibernate.dialect.MySQL5...

    微软内部资料-SQL性能优化3

    Used to lock ranges between records in a table to prevent phantom insertions or deletions into a set of records. Ensures serializable transactions. RID A Row Identifier. Used to individually lock a ...

    Sakemail

    .- Reduced the line sleep to 30 (tell me if this value doesn‘t work for you).27/4/981.7.0- Fixed a memory leak, thanks to Don Higgins.- Moved the string esErrorInFormatOfMsg to a property of SakPOP.-...

    Java邮件开发Fundamentals of the JavaMail API

    the ability to see how many new mail messages they have, are not supported by POP at all. These capabilities are built into programs like Eudora or Microsoft Outlook, which remember things like the ...

    C#操作EXCEL.doc

    range1.GetType().InvokeMember("Value", BindingFlags.SetProperty, null, range1, new object[] { array2 }); ``` 这样,数组中的每个元素都会被分配给相应的单元格。 在实际开发中,还需要注意错误处理和资源...

    C#操作Excel,非常好的一个例子

    range1.GetType().InvokeMember("Value", BindingFlags.SetProperty, null, range1, new object[] { "Hello, World!" }); ``` 这里获取单元格C1并设置其值为"Hello, World!"。 示例代码完整版如下: ```csharp ...

    Google C++ Style Guide(Google C++编程规范)高清PDF

    Another useful rule of thumb: it's typically not cost effective to inline functions with loops or switch statements (unless, in the common case, the loop or switch statement is never executed)....

    acpi控制笔记本风扇转速

    produced when this parameter was a null string (""). Now, the original input filename is used as the AML output filename, with an ".aml" extension. Implemented a generic batch command mode for the ...

    ORMapping基础.pdf

    映射文档中还包括其他元素,如`property`用于字段映射,`many-to-one`表示多对一的关系,`set`、`list`、`bag`和`map`则用于表示集合关系,如一对多或多对多。例如,`<many-to-one name="Mate" column="mate_id"/>`...

    Bochs - The cross platform IA-32 (x86) emulator

    cylinder value is set to 0 - multiple sector read/write support for some image modes - new log prefix "IMG" for hdimage messages - floppy - added write protect option for floppy drives (based on ...

Global site tag (gtag.js) - Google Analytics