|
|
@@ -174,10 +174,6 @@ public class QwSopController extends BaseController
|
|
|
@PutMapping
|
|
|
public R edit(@RequestBody QwSop qwSop)
|
|
|
{
|
|
|
- String validateMsg = qwSopService.validateBeforeSave(qwSop);
|
|
|
- if (validateMsg != null) {
|
|
|
- return R.error(validateMsg);
|
|
|
- }
|
|
|
return qwSopService.updateQwSop(qwSop);
|
|
|
}
|
|
|
|