|
@@ -53,7 +53,7 @@ public class AC00009Service extends AC00009BaseModel implements ExecProcessFlow
|
|
|
pv.setVal(codev.getCodeValue());
|
|
|
}
|
|
|
if(pv.getCode().equals("from_file")){//文件存储 fid
|
|
|
- if(StringUtil.isNullOrEmpty(pv.getVal())&&!"0".equals(pv.getVal())){
|
|
|
+ if(!StringUtil.isNullOrEmpty(pv.getVal())&&!"0".equals(pv.getVal())){
|
|
|
SysFileMapper fdao = UtilTools.getBean(SysFileMapper.class);
|
|
|
SysFile f = fdao.selectByPrimaryKey(pv.getVal());
|
|
|
pv.setFilename(f.getFilename());
|