huangxingxing hace 3 semanas
padre
commit
c005169173
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/java/ac/template/TemplateServer.java

+ 1 - 1
src/main/java/ac/template/TemplateServer.java

@@ -25,7 +25,7 @@ public class TemplateServer {
         ExtAcMapper dao = UtilTools.getBean(ExtAcMapper.class);
         List<ProAttVo> pvs = dao.getProAttList(pid,astType);
         for (ProAttVo pv :pvs) {
-            if(pv.getCode().equals("from_file")&& StringUtil.isNullOrEmpty(pv.getVal())&&!"0".equals(pv.getVal())){
+            if(pv.getCode().equals("from_file")&& StringUtil.isNullOrEmpty(pv.getVal())&&!"0".equals(pv.getVal())){//文件上传
                 SysFileMapper fdao = UtilTools.getBean(SysFileMapper.class);
                 SysFile f = fdao.selectByPrimaryKey(pv.getVal());
 //                pv.setFilename(f.getFilename());