Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
1cc0d3ca
Commit
1cc0d3ca
authored
Aug 02, 2022
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
c894bc4e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
IPointInputItemDao.java
...os/patrol/business/dao/repository/IPointInputItemDao.java
+1
-0
PointNewVo.java
.../java/com/yeejoin/amos/patrol/business/vo/PointNewVo.java
+3
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/dao/repository/IPointInputItemDao.java
View file @
1cc0d3ca
...
@@ -47,6 +47,7 @@ public interface IPointInputItemDao extends BaseDao<PointInputItem, Long> {
...
@@ -47,6 +47,7 @@ public interface IPointInputItemDao extends BaseDao<PointInputItem, Long> {
@Query
(
value
=
"delete from f_fmea_point_inputitem where point_inputitem_id in (?1)"
,
nativeQuery
=
true
)
@Query
(
value
=
"delete from f_fmea_point_inputitem where point_inputitem_id in (?1)"
,
nativeQuery
=
true
)
void
deleteFmeaRelationByPointInputItemIds
(
List
<
Long
>
pointInputItemIds
);
void
deleteFmeaRelationByPointInputItemIds
(
List
<
Long
>
pointInputItemIds
);
@Modifying
@Transactional
@Transactional
@Query
(
value
=
"DELETE FROM p_point_inputitem WHERE classify_ids IN (?1)"
,
nativeQuery
=
true
)
@Query
(
value
=
"DELETE FROM p_point_inputitem WHERE classify_ids IN (?1)"
,
nativeQuery
=
true
)
void
deleteClassifyId
(
Long
classifyId
);
void
deleteClassifyId
(
Long
classifyId
);
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/vo/PointNewVo.java
View file @
1cc0d3ca
package
com
.
yeejoin
.
amos
.
patrol
.
business
.
vo
;
package
com
.
yeejoin
.
amos
.
patrol
.
business
.
vo
;
import
cn.afterturn.easypoi.excel.annotation.Excel
;
import
cn.afterturn.easypoi.excel.annotation.Excel
;
import
com.yeejoin.amos.patrol.dao.entity.BasicEntity
;
import
javax.persistence.Column
;
import
javax.persistence.Column
;
import
javax.persistence.Lob
;
import
javax.persistence.Lob
;
...
@@ -8,7 +9,7 @@ import javax.persistence.Temporal;
...
@@ -8,7 +9,7 @@ import javax.persistence.Temporal;
import
javax.persistence.TemporalType
;
import
javax.persistence.TemporalType
;
import
java.util.Date
;
import
java.util.Date
;
public
class
PointNewVo
{
public
class
PointNewVo
extends
BasicEntity
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
public
String
getChargePersonName
()
{
public
String
getChargePersonName
()
{
...
@@ -19,6 +20,7 @@ public class PointNewVo {
...
@@ -19,6 +20,7 @@ public class PointNewVo {
this
.
chargePersonName
=
chargePersonName
;
this
.
chargePersonName
=
chargePersonName
;
}
}
/**
/**
* 参考地址
* 参考地址
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment