|
@@ -435,13 +435,13 @@ public class QrPackageServiceImpl implements QrPackageService {
|
|
|
//转化出参
|
|
|
GetQrPackageDetailRes res = PojoConverterUtils.copy(qrPackage, GetQrPackageDetailRes.class);
|
|
|
|
|
|
- //查询码包对应活动单条数据
|
|
|
- //PackageActiveVO packageActive = baseActiveMapper.getPackageActive(qrPackage.getMaterialId());
|
|
|
-
|
|
|
- //存在活动数据
|
|
|
+// //查询码包对应活动单条数据
|
|
|
+// PackageActiveVO packageActive = baseActiveMapper.getPackageActive(qrPackage.getMaterialId());
|
|
|
+// //存在活动数据
|
|
|
// if (ObjectUtils.isNotEmpty(packageActive)) {
|
|
|
// getBrandCodeName(res,packageActive);
|
|
|
// }
|
|
|
+
|
|
|
return res;
|
|
|
}
|
|
|
|