Commit 7cb0cfff authored by huyuchen's avatar huyuchen

huych-入离职登记提交

parent b3e131aa
...@@ -79,6 +79,10 @@ public class TOperationLogServiceImpl extends ServiceImpl<TOperationLogMapper, T ...@@ -79,6 +79,10 @@ public class TOperationLogServiceImpl extends ServiceImpl<TOperationLogMapper, T
if (Common.isNotNull(entity.getCreateName())) { if (Common.isNotNull(entity.getCreateName())) {
wrapper.eq(TOperationLog::getCreateName, entity.getCreateName()); wrapper.eq(TOperationLog::getCreateName, entity.getCreateName());
} }
if (Common.isNotNull(entity.getMainId())) {
wrapper.eq(TOperationLog::getMainId, entity.getMainId());
wrapper.eq(TOperationLog::getType, CommonConstants.ZERO_STRING);
}
return wrapper; return wrapper;
} }
......
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