资质审核信息逻辑修改
This commit is contained in:
@@ -68,7 +68,8 @@ public class LineLogInfo<T> {
|
||||
}
|
||||
|
||||
public static boolean checkParams(LineLogInfo params){
|
||||
if(StringUtils.isAnyBlank(params.getPartnerId(), params.getOperateUserId(), params.getOperateUsername())){
|
||||
//部分操作没有操作人,这里不再校验操作人
|
||||
if(StringUtils.isAnyBlank(params.getPartnerId())){
|
||||
log.info("lineLogInfo string:{}", JSONObject.toJSONString(params));
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user