Commit 14e7319f by 陶光胜

门店保存修改

parent 3dbc34d9
......@@ -47,6 +47,9 @@ public class ClerkServiceImpl implements ClerkService {
@Override
public boolean isRepeatByClerkName(Integer storeInfoId, String clerkName, Integer clerkId) {
if(StringUtils.isBlank(clerkName)){
return false;
}
TabClerk tabClerk = new TabClerk();
tabClerk.setClerkId(clerkId);
tabClerk.setStoreInfoId(storeInfoId);
......
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