Explorar el Código

文件增加remark

caozj hace 2 años
padre
commit
3eb517496b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      hx-file/src/main/resources/mapper/file/FileInfoMapper.xml

+ 2 - 1
hx-file/src/main/resources/mapper/file/FileInfoMapper.xml

@@ -7,7 +7,8 @@
                fi.file_url,
                fi.file_name,
                fi.business_id,
-               fi.business_type
+               fi.business_type,
+               fi.remark
         from file_info fi
             ${ew.customSqlSegment}
     </select>