第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何修復(fù):評估 SpringEL 表達(dá)式時出現(xiàn)異常

如何修復(fù):評估 SpringEL 表達(dá)式時出現(xiàn)異常

江戶川亂折騰 2023-05-10 13:53:07
我正在嘗試保存“員工”模型而不為其分配任何“電話”模型(oneToOne 關(guān)系)。我有一個表格,我在其中通過添加以下內(nèi)容來創(chuàng)建員工:名字,姓氏,然后是一個下拉列表,我可以從中選擇一個電話來分配它。每當(dāng)我不選擇任何東西時,index.html 頁面都會拋出:Exception evaluating SpringEL expression: "employee.phone.getBrand() +' '+ employee.phone.getModel()" (template: "index" - line 31, col 17)<div align="center"><table >    <thead>    <tr>        <th>Id Employee</th>        <th>Last Name</th>        <th>First Name</th>        <th>Phone</th>        <th>Manage</th>    </tr>    </thead>    <tbody>    <tr th:each="employee: ${employeeList} ">        <td th:text="${employee.id}">Id</td>        <td th:text="${employee.lastName}">Last Name</td>        <td th:text="${employee.firstName}">First Name</td>        <td th:text="${employee.phone.getBrand() +' '+ employee.phone.getModel()} ">Brand</td>        <td>            <a th:href="@{'employee/edit/' + ${employee.id}}"><button class="btnEdit"><i class="fa fa-edit"></i></button></a>            &nbsp &nbsp            <a th:href="@{'employee/delete/' + ${employee.id}}"><button class="btnDelete"><i class="fa fa-edit"></i></button></a>        </td>    </tr>    </tbody></table></div>我提到可以在數(shù)據(jù)庫中找到該對象并且 phone_id 為空。我想添加一些有電話的員工和一些沒有電話的員工。輸出應(yīng)該是:Doe John noPhone -> nothing selected from dropdown list. Doe Jane iPhone 10s -> 手機(jī)已選中。你有什么建議嗎 ?
查看完整描述

1 回答

?
躍然一笑

TA貢獻(xiàn)1826條經(jīng)驗(yàn) 獲得超6個贊

如果 phone 可以為 null,請嘗試使用 null-safe accessor ?.。嘗試這樣的事情employee.phone?.getBrand()



查看完整回答
反對 回復(fù) 2023-05-10
  • 1 回答
  • 0 關(guān)注
  • 217 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號