|
|
|
@ -81,7 +81,7 @@ public class VouncherSyncController { |
|
|
|
|
if(ztype.equals("S")){ |
|
|
|
|
return ResponseEntity.ok(R.ok().put("data","数据拉取成功")); |
|
|
|
|
}else { |
|
|
|
|
return ResponseEntity.ok(R.error(CommonConstants.MSG_ERR_DEFAULT)); |
|
|
|
|
return ResponseEntity.ok(R.error((String)output.get("ZDATA"))); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}catch (Exception e ){ |
|
|
|
|