feature: 红字申请确认申请小写提取

jianshui-ui
xingze 10 months ago
parent ed90a75cd7
commit b21551e455
  1. 2
      jianshui-invoice/src/main/java/com/jianshui/invoice/service/impl/api/ElephantInvoiceApiV6ServiceImpl.java

@ -1811,7 +1811,7 @@ public class ElephantInvoiceApiV6ServiceImpl implements IInvoiceApiService {
String lowerCaseKey = key.toLowerCase();
lowerCaseJson.put(lowerCaseKey, value);
});
return new HXResponse(code, "", json, true);
return new HXResponse(code, "", lowerCaseJson, true);
} else {
return new HXResponse(ztdm, ztxx, "", true);
}

Loading…
Cancel
Save