Commit daddab97 authored by 廖旭伟's avatar 廖旭伟

修改测试问题

parent 99dd36c7
...@@ -19,5 +19,5 @@ public class MidCertificatePdu { ...@@ -19,5 +19,5 @@ public class MidCertificatePdu {
/** 取件人证件号码 */ /** 取件人证件号码 */
private String pickerIDCardNo; private String pickerIDCardNo;
/** 二维码地址 */ /** 二维码地址 */
private String qRCodeUrl; private String ewmdz;
} }
...@@ -148,7 +148,7 @@ public class DataInterfaceController extends BaseJsonBodyController { ...@@ -148,7 +148,7 @@ public class DataInterfaceController extends BaseJsonBodyController {
} }
} }
//二维码待定 //二维码待定
formContentJson.put("@qrcode_1_二维码",midCertificatePdu.getQRCodeUrl()); formContentJson.put("@qrcode_1_二维码",midCertificatePdu.getEwmdz());
applyLogPdu.setFormContent(formContentJson.toJSONString()); applyLogPdu.setFormContent(formContentJson.toJSONString());
applyLogService.midSaveApplyLog(applyLogPdu,"食品经营许可证"); applyLogService.midSaveApplyLog(applyLogPdu,"食品经营许可证");
ret.put("data",applyLogPdu); ret.put("data",applyLogPdu);
......
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