Commit 43a2a282 by zhiwj

门店

parent 2db206c3
......@@ -84,6 +84,7 @@ public class ClerkServiceImpl implements ClerkService {
tabClerk.setClerkGender(copy.getClerkGender());
tabClerk.setNationcode(copy.getNationcode());
tabClerk.setPhoneNumber(copy.getPhoneNumber());
tabClerk.setHeadImg(copy.getHeadImg());
tabClerk.setPositionId(copy.getPositionId());
return tabClerkMapper.updateByPrimaryKeySelective(tabClerk);
}
......
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