Commit 8f92a6b0 by zhangchen

人脸照片过滤

parent 8a4ad818
......@@ -1771,7 +1771,8 @@ public class UserService {
userBean.setUmNickName(userExt.getUmNickName());
userBean.setNickName(userExt.getNickName());
userBean.setCurrentWorkPoint(userExt.getCurrentWorkPoint());
userBean.setFaceImage(imagePath);
//人脸识别 add by lsj
userBean.setFaceImage(userExt.getFaceImage());
//公社续费 add by caosy
userBean.setCommuneExpireTime(DateUtil.addDateField(userExt.getCommuneAgainTime(), Calendar.YEAR, 1));
userBean.setCommuneYears(userExt.getCommuneYears());
......
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 sign in to comment