|
@@ -1741,7 +1741,8 @@ public class OrderBaseInstallCjOrWgServiceImpl implements orderBaseInstallCjOrWg
|
|
|
req.put("bizType","default");
|
|
|
req.put("accessType","auth");
|
|
|
req.put("url", resultData.getExtData().getDir());
|
|
|
- req.put("name", id1 +".jpeg");
|
|
|
+ // req.put("name", id1 +".jpeg");
|
|
|
+ req.put("name", id1);
|
|
|
}
|
|
|
|
|
|
public Boolean getwgmxDataCj(String mainName, OrderDetailFile file, OrderInstallDetail detailone, String taskno) {
|