| | |
| | | </select> |
| | | <select id="selectByCodeAndName" resultType="com.nanometer.smartlab.entity.DangerousEncode"> |
| | | select |
| | | id, |
| | | container_number containerNumber, reagent_code reagentCode, reagent_name reagentName, cas, memo, property, feature, avoid, |
| | | status, fire, random, code, update_time, creator, count |
| | | from sys_dangerous_encode |
| | |
| | | </select> |
| | | <select id="selectById" resultType="com.nanometer.smartlab.entity.DangerousEncode"> |
| | | select |
| | | <include refid="Base_Column_List" /> |
| | | id,container_number containerNumber, reagent_code reagentCode, reagent_name reagentName, cas, memo, |
| | | property, feature, avoid, status, fire, random, code, update_time, creator, count |
| | | from sys_dangerous_encode |
| | | where id = #{id} |
| | | </select> |
| | |
| | | <h:outputText value="#{row.avoid}"/> |
| | | </p:column> |
| | | |
| | | <p:column headerText="特性"> |
| | | <h:outputText value="#{row.avoid}"/> |
| | | </p:column> |
| | | |
| | | <p:column headerText="状态"> |
| | | <h:outputText value="#{row.status}"/> |
| | | </p:column> |