'12'
This commit is contained in:
parent
214c60a713
commit
ea00a18ad2
|
@ -23,7 +23,7 @@ public class quotJswController extends BaseController {
|
||||||
public R<String> updateQuot(@RequestBody String quotJson)
|
public R<String> updateQuot(@RequestBody String quotJson)
|
||||||
{
|
{
|
||||||
quotModel quot = JSON.parseObject(quotJson, quotModel.class);
|
quotModel quot = JSON.parseObject(quotJson, quotModel.class);
|
||||||
if(StringUtils.isBlank(quot.getQuotJswCode())){
|
/*if(StringUtils.isBlank(quot.getQuotJswCode())){
|
||||||
return R.fail("金思维报价单号不能为空");
|
return R.fail("金思维报价单号不能为空");
|
||||||
}
|
}
|
||||||
if(StringUtils.isBlank(quot.getQuotCode())){
|
if(StringUtils.isBlank(quot.getQuotCode())){
|
||||||
|
@ -37,7 +37,7 @@ public class quotJswController extends BaseController {
|
||||||
}
|
}
|
||||||
if(StringUtils.isBlank(quot.getQuotMatpriceDiff())){
|
if(StringUtils.isBlank(quot.getQuotMatpriceDiff())){
|
||||||
return R.fail("整单料价价差率不能为空");
|
return R.fail("整单料价价差率不能为空");
|
||||||
}
|
}*/
|
||||||
return R.ok();
|
return R.ok();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue