|
@@ -253,7 +253,7 @@ public class FabricLossServiceImpl extends ServiceImpl<FabricLossMapper, FabricL
|
|
|
}
|
|
|
SyFabricLossReport entity = list.get(0);
|
|
|
if(oConvertUtils.isNotEmpty(entity.getAttachs())){
|
|
|
- sbu.append(entity.getAttachs()+",temp/"+name);
|
|
|
+ sbu.append(entity.getAttachs()+","+name);
|
|
|
|
|
|
entity.setAttachs(sbu.toString());
|
|
|
}else{
|