添加用户名手机号

master
XI_TENG\xixi_ 4 months ago
parent be85299f34
commit 7460aab365

@ -423,6 +423,8 @@ public class RecycleStationStaffServiceImpl extends ServiceImpl<RecycleStationSt
entitys.setId(RandomUtil.uuId());
entitys.setStationId(entity.getStationId());
entitys.setOpenId(entity.getOpenid());
entitys.setUserName(entity.getStaffsName());
entitys.setPhone(entity.getMobilePhone());
if(isSave){
}else{
}

Loading…
Cancel
Save