Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 32f6d41e
authored
Nov 15, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(人员技能组): 实体查询默认添加逻辑删除数据过滤
1 parent
e1d5b5b7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/entity/EngineerSkillGroupEntity.java
project-order/src/main/java/com/dituhui/pea/order/entity/EngineerSkillGroupEntity.java
View file @
32f6d41
package
com
.
dituhui
.
pea
.
order
.
entity
;
package
com
.
dituhui
.
pea
.
order
.
entity
;
import
lombok.Data
;
import
lombok.Data
;
import
org.hibernate.annotations.Where
;
import
javax.persistence.*
;
import
javax.persistence.*
;
import
java.time.LocalDateTime
;
import
java.time.LocalDateTime
;
...
@@ -8,6 +9,7 @@ import java.time.LocalDateTime;
...
@@ -8,6 +9,7 @@ import java.time.LocalDateTime;
@Data
@Data
@Entity
@Entity
@Table
(
name
=
"engineer_skill_group"
)
@Table
(
name
=
"engineer_skill_group"
)
@Where
(
clause
=
" status = 1"
)
public
class
EngineerSkillGroupEntity
{
public
class
EngineerSkillGroupEntity
{
@Id
@Id
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment