| Summary: | when running queryOrderByUsername() and addOrder() in order.java, if the rs=null, it falls. | ||
|---|---|---|---|
| Product: | Group 05(2022) | Reporter: | yiweizhao4 <yiweizhao4-c> |
| Component: | normal class section | Assignee: | yiweizhao4 <yiweizhao4-c> |
| Status: | CONFIRMED --- | ||
| Severity: | trivial | ||
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Windows | ||
|
Description
yiweizhao4
2022-11-30 19:49:40 HKT
Resolution: We should add if conditional sentences if(rs==null) in queryOrderByUsername() and addOrder() to judge whether the result is null. |