Commit 067463e6 by jianan

打印电子报聘保存照片入参

parent e1c72813
......@@ -232,6 +232,10 @@ public class PractitionerHiringServiceImpl implements PractitionerHiringService
@Override
public SavePersonPictureResponseVO savePersonPicture(SavePersonPictureRequestVO requestVO) {
System.out.println("--------保存人像照片入参----------");
System.out.println(requestVO);
SavePersonPictureResponseVO resp = new SavePersonPictureResponseVO();
try {
String mediaId = requestVO.getVxUrl();
......
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