lyfO_o
2021-11-15 188532aada72d5e51204092a981460075f89f42f
危化品编码修改
2 files modified
8 ■■■■■ changed files
src/main/java/com/nanometer/smartlab/dao/DangerousEncodeMapper.xml 4 ●●● patch | view | raw | blame | history
src/main/webapp/sys_dangerous_encode.xhtml 4 ●●●● patch | view | raw | blame | history
src/main/java/com/nanometer/smartlab/dao/DangerousEncodeMapper.xml
@@ -298,6 +298,7 @@
  </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
@@ -346,7 +347,8 @@
  </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>
src/main/webapp/sys_dangerous_encode.xhtml
@@ -117,10 +117,6 @@
                    <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>