Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform
Project
Project
Details
Activity
Releases
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
周健威
rs-cloud-platform
Commits
db5daa76
Commit
db5daa76
authored
Jun 06, 2024
by
cuijun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段
parent
eba957c7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
RscpMosaicimage.java
...upyuns/platform/rs/datacenter/entity/RscpMosaicimage.java
+3
-0
RscpMonitorimageController.java
...atform/rs/datacenter/rest/RscpMonitorimageController.java
+2
-2
RscpMosaicimageController.java
...latform/rs/datacenter/rest/RscpMosaicimageController.java
+2
-2
No files found.
rs-datacenter/rs-datacenter-api/src/main/java/com/upyuns/platform/rs/datacenter/entity/RscpMosaicimage.java
View file @
db5daa76
...
@@ -34,6 +34,8 @@ public class RscpMosaicimage implements java.io.Serializable {
...
@@ -34,6 +34,8 @@ public class RscpMosaicimage implements java.io.Serializable {
private
String
srs
;
// 资源的坐标系
private
String
srs
;
// 资源的坐标系
private
String
legendurl
;
// 图例url
private
String
extentSrs
;
// 四至范围的坐标系
private
String
extentSrs
;
// 四至范围的坐标系
...
@@ -93,6 +95,7 @@ public class RscpMosaicimage implements java.io.Serializable {
...
@@ -93,6 +95,7 @@ public class RscpMosaicimage implements java.io.Serializable {
private
Integer
isDel
;
//0删除 1 正常
private
Integer
isDel
;
//0删除 1 正常
/* This code was generated by TableGo tools, mark 1 end. */
/* This code was generated by TableGo tools, mark 1 end. */
/* This code was generated by TableGo tools, mark 2 begin. */
/* This code was generated by TableGo tools, mark 2 begin. */
...
...
rs-datacenter/rs-datacenter-server/src/main/java/com/upyuns/platform/rs/datacenter/rest/RscpMonitorimageController.java
View file @
db5daa76
...
@@ -31,7 +31,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB
...
@@ -31,7 +31,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB
Example
example
=
new
Example
(
RscpMonitorimage
.
class
);
Example
example
=
new
Example
(
RscpMonitorimage
.
class
);
Example
.
Criteria
criteria
=
example
.
createCriteria
();
Example
.
Criteria
criteria
=
example
.
createCriteria
();
criteria
.
andEqualTo
(
"status"
,
2
);
criteria
.
andEqualTo
(
"status"
,
2
);
criteria
.
andEqualTo
(
"is
_del"
,
0
);
criteria
.
andEqualTo
(
"is
Del"
,
1
);
example
.
setOrderByClause
(
"start_time DESC"
);
example
.
setOrderByClause
(
"start_time DESC"
);
PageDataVO
pageDataVO
=
PageDataVO
.
pageInfo
(
dto
.
getPage
(),
dto
.
getLimit
(),
()->
baseBiz
.
selectByExample
(
example
));
PageDataVO
pageDataVO
=
PageDataVO
.
pageInfo
(
dto
.
getPage
(),
dto
.
getLimit
(),
()->
baseBiz
.
selectByExample
(
example
));
return
ObjectRestResponse
.
succ
(
pageDataVO
);
return
ObjectRestResponse
.
succ
(
pageDataVO
);
...
@@ -47,7 +47,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB
...
@@ -47,7 +47,7 @@ public class RscpMonitorimageController extends BaseController<RscpMonitorimageB
Example
example
=
new
Example
(
RscpMonitorimage
.
class
);
Example
example
=
new
Example
(
RscpMonitorimage
.
class
);
Example
.
Criteria
criteria
=
example
.
createCriteria
();
Example
.
Criteria
criteria
=
example
.
createCriteria
();
criteria
.
andEqualTo
(
"status"
,
2
);
criteria
.
andEqualTo
(
"status"
,
2
);
criteria
.
andEqualTo
(
"is
_del"
,
0
);
criteria
.
andEqualTo
(
"is
Del"
,
1
);
example
.
setOrderByClause
(
"hot DESC"
);
example
.
setOrderByClause
(
"hot DESC"
);
PageDataVO
pageDataVO
=
PageDataVO
.
pageInfo
(
dto
.
getPage
(),
dto
.
getLimit
(),
()->
baseBiz
.
selectByExample
(
example
));
PageDataVO
pageDataVO
=
PageDataVO
.
pageInfo
(
dto
.
getPage
(),
dto
.
getLimit
(),
()->
baseBiz
.
selectByExample
(
example
));
return
ObjectRestResponse
.
succ
(
pageDataVO
);
return
ObjectRestResponse
.
succ
(
pageDataVO
);
...
...
rs-datacenter/rs-datacenter-server/src/main/java/com/upyuns/platform/rs/datacenter/rest/RscpMosaicimageController.java
View file @
db5daa76
...
@@ -49,7 +49,7 @@ public class RscpMosaicimageController extends BaseController<RscpMosaicimageBiz
...
@@ -49,7 +49,7 @@ public class RscpMosaicimageController extends BaseController<RscpMosaicimageBiz
Example
example
=
new
Example
(
RscpMosaicimage
.
class
);
Example
example
=
new
Example
(
RscpMosaicimage
.
class
);
Example
.
Criteria
criteria
=
example
.
createCriteria
();
Example
.
Criteria
criteria
=
example
.
createCriteria
();
criteria
.
andEqualTo
(
"status"
,
2
);
criteria
.
andEqualTo
(
"status"
,
2
);
criteria
.
andEqualTo
(
"is
_del"
,
0
);
criteria
.
andEqualTo
(
"is
Del"
,
1
);
example
.
setOrderByClause
(
"start_time DESC"
);
example
.
setOrderByClause
(
"start_time DESC"
);
PageDataVO
pageDataVO
=
PageDataVO
.
pageInfo
(
dto
.
getPage
(),
dto
.
getLimit
(),
()->
baseBiz
.
selectByExample
(
example
));
PageDataVO
pageDataVO
=
PageDataVO
.
pageInfo
(
dto
.
getPage
(),
dto
.
getLimit
(),
()->
baseBiz
.
selectByExample
(
example
));
return
ObjectRestResponse
.
succ
(
pageDataVO
);
return
ObjectRestResponse
.
succ
(
pageDataVO
);
...
@@ -65,7 +65,7 @@ public class RscpMosaicimageController extends BaseController<RscpMosaicimageBiz
...
@@ -65,7 +65,7 @@ public class RscpMosaicimageController extends BaseController<RscpMosaicimageBiz
Example
example
=
new
Example
(
RscpMosaicimage
.
class
);
Example
example
=
new
Example
(
RscpMosaicimage
.
class
);
Example
.
Criteria
criteria
=
example
.
createCriteria
();
Example
.
Criteria
criteria
=
example
.
createCriteria
();
criteria
.
andEqualTo
(
"status"
,
2
);
criteria
.
andEqualTo
(
"status"
,
2
);
criteria
.
andEqualTo
(
"is
_del"
,
0
);
criteria
.
andEqualTo
(
"is
Del"
,
1
);
example
.
setOrderByClause
(
"hot DESC"
);
example
.
setOrderByClause
(
"hot DESC"
);
PageDataVO
pageDataVO
=
PageDataVO
.
pageInfo
(
dto
.
getPage
(),
dto
.
getLimit
(),
()->
baseBiz
.
selectByExample
(
example
));
PageDataVO
pageDataVO
=
PageDataVO
.
pageInfo
(
dto
.
getPage
(),
dto
.
getLimit
(),
()->
baseBiz
.
selectByExample
(
example
));
return
ObjectRestResponse
.
succ
(
pageDataVO
);
return
ObjectRestResponse
.
succ
(
pageDataVO
);
...
...
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