|
@@ -184,11 +184,11 @@ public class SaleQuotationController {
|
|
|
SaleQuotation saleQuotation = new SaleQuotation();
|
|
|
BeanUtils.copyProperties(saleQuotationPage, saleQuotation);
|
|
|
|
|
|
- String getSourceCode = saleQuotation.getSourceCode();
|
|
|
-
|
|
|
- if(StringUtils.isBlank(getSourceCode)){
|
|
|
- return Result.error("网络异常,请刷新后重试 !");
|
|
|
- }
|
|
|
+// String getSourceCode = saleQuotation.getSourceCode();
|
|
|
+//
|
|
|
+// if(StringUtils.isBlank(getSourceCode)){
|
|
|
+// return Result.error("网络异常,请刷新后重试 !");
|
|
|
+// }
|
|
|
|
|
|
String code = saleQuotation.getBillCode();
|
|
|
if (StringUtils.isNotBlank(code)) {
|
|
@@ -229,11 +229,11 @@ public class SaleQuotationController {
|
|
|
SaleQuotation saleQuotation = new SaleQuotation();
|
|
|
BeanUtils.copyProperties(saleQuotationPage, saleQuotation);
|
|
|
|
|
|
- String getSourceCode = saleQuotation.getSourceCode();
|
|
|
-
|
|
|
- if(StringUtils.isBlank(getSourceCode)){
|
|
|
- return Result.error("网络异常,请刷新后重试 !");
|
|
|
- }
|
|
|
+// String getSourceCode = saleQuotation.getSourceCode();
|
|
|
+//
|
|
|
+// if(StringUtils.isBlank(getSourceCode)){
|
|
|
+// return Result.error("网络异常,请刷新后重试 !");
|
|
|
+// }
|
|
|
SaleQuotation saleQuotationEntity = saleQuotationService.getById(saleQuotation.getId());
|
|
|
if (saleQuotationEntity == null) {
|
|
|
return Result.error("未找到对应数据");
|
|
@@ -256,11 +256,11 @@ public class SaleQuotationController {
|
|
|
SaleQuotation saleQuotation = new SaleQuotation();
|
|
|
BeanUtils.copyProperties(saleQuotationPage, saleQuotation);
|
|
|
|
|
|
- String getSourceCode = saleQuotation.getSourceCode();
|
|
|
-
|
|
|
- if(StringUtils.isBlank(getSourceCode)){
|
|
|
- return Result.error("网络异常,请刷新后重试 !");
|
|
|
- }
|
|
|
+// String getSourceCode = saleQuotation.getSourceCode();
|
|
|
+//
|
|
|
+// if(StringUtils.isBlank(getSourceCode)){
|
|
|
+// return Result.error("网络异常,请刷新后重试 !");
|
|
|
+// }
|
|
|
|
|
|
SaleQuotation saleQuotationEntity = saleQuotationService.getById(saleQuotation.getId());
|
|
|
if (saleQuotationEntity == null) {
|