|
@@ -28,7 +28,7 @@ public class SynVoucherSapOpPlugin extends AbstractOperationServicePlugIn implem
|
|
|
|
|
|
if(result.get("code").equals("200")){
|
|
|
this.operationResult.setShowMessage(true);
|
|
|
- this.operationResult.setSuccess(true);
|
|
|
+ this.operationResult.setSuccess(false);
|
|
|
this.operationResult.setMessage(result.get("msg"));
|
|
|
}else{
|
|
|
this.operationResult.addErrorInfo(new ValidationErrorInfo("", null,
|