Commit c52bfdd6 authored by sherlock's avatar sherlock

jxfp rzjg

parent 74cb4f01
......@@ -102,9 +102,9 @@ public class InputInvoiceDataImportServiceImpl {
private String convertRzjg(String rzjg){
if (StringUtils.isEmpty(rzjg)) return "";
switch (rzjg){
case "0":
return "认证成功";
case "1":
return "认证成功";
case "2":
return "认证失败";
default:
return "未认证";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment