Commit 0574c07b authored by tianyiming's avatar tianyiming

赋码说明返回值修改

parent dec340ea
......@@ -18,7 +18,7 @@ import java.util.Map;
import java.util.Set;
/**
* 装备分类服务实现类
* 企业端赋码说明相关实现类
*
* @author system_generator
* @date 2021-10-20
......@@ -51,7 +51,7 @@ public class UserCheckStatusServiceImpl extends BaseService<UserCheckStatusDto,
checkStatus.setStatus("0");
int result = userCheckStatusMapper.insert(checkStatus);
if (result == 1) {
return userCheckStatus;
return checkStatus;
} else {
return null;
}
......
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