|
|
@ -210,8 +210,6 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
if (checkInvoiceResult.containsKey("cyjg")) { |
|
|
|
if (checkInvoiceResult.containsKey("cyjg")) { |
|
|
|
R data = new R(); |
|
|
|
R data = new R(); |
|
|
|
data = errorInfo(checkInvoiceResult, data); |
|
|
|
data = errorInfo(checkInvoiceResult, data); |
|
|
|
|
|
|
|
|
|
|
|
data.put("data", checkInvoiceResult); |
|
|
|
|
|
|
|
return ResponseEntity.ok(JSONObject.toJSONString(data)); |
|
|
|
return ResponseEntity.ok(JSONObject.toJSONString(data)); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|