Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cloud-fb
Overview
Overview
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
王衍超
cloud-fb
Commits
558387a0
Commit
558387a0
authored
Mar 24, 2021
by
杨清松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
岗位接口路径更改
parent
31c71456
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
7 deletions
+17
-7
groupData.json
...sources/com/beecode/inz/basis/organization/groupData.json
+13
-0
PositionController.java
.../main/java/com/xyst/dinas/biz/web/PositionController.java
+4
-4
ProjectFiled.hbm.xml
...as.project/src/main/resources/config/ProjectFiled.hbm.xml
+0
-3
No files found.
backend/inz.init.data/src/main/resources/com/beecode/inz/basis/organization/groupData.json
0 → 100644
View file @
558387a0
{
"dictName"
:
"com.xyst.dinas.biz.datamodel.Organization"
,
"data"
:
{
"name"
:
"汉鑫砂石集团"
,
"code"
:
"HX00001"
,
"orgIdent"
:
"HXSA"
,
"type"
:
"GROUP_COMPANY"
,
"address"
:
"襄阳市"
,
"description"
:
"集团总公司"
}
}
\ No newline at end of file
backend/xyst.dinas.biz/src/main/java/com/xyst/dinas/biz/web/PositionController.java
View file @
558387a0
...
...
@@ -24,7 +24,7 @@ public class PositionController {
private
PositionService
positionService
;
@ResponseBody
@RequestMapping
(
value
=
"/
b
iz/position/saveAndUpdate"
,
method
=
RequestMethod
.
POST
,
consumes
=
"application/json"
)
@RequestMapping
(
value
=
"/
dinasB
iz/position/saveAndUpdate"
,
method
=
RequestMethod
.
POST
,
consumes
=
"application/json"
)
public
Object
saveAndUpdate
(
@RequestBody
String
body
)
{
return
positionService
.
saveAndUpdate
(
new
JSONObject
(
body
));
}
...
...
@@ -37,7 +37,7 @@ public class PositionController {
* @throws
*/
@ResponseBody
@RequestMapping
(
value
=
"/
b
iz/position/queryPositionByDept"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"/
dinasB
iz/position/queryPositionByDept"
,
method
=
RequestMethod
.
GET
)
public
Object
queryPositionByDept
()
{
return
positionService
.
queryPositionByDept
();
}
...
...
@@ -49,7 +49,7 @@ public class PositionController {
* @throws
*/
@ResponseBody
@RequestMapping
(
value
=
"/
b
iz/position/queryPositionIsUse/{name}"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"/
dinasB
iz/position/queryPositionIsUse/{name}"
,
method
=
RequestMethod
.
GET
)
public
Object
queryPositionIsUse
(
@PathVariable
(
"name"
)
String
name
)
{
return
positionService
.
queryPositionIsUse
(
name
);
}
...
...
@@ -62,7 +62,7 @@ public class PositionController {
* @throws
*/
@ResponseBody
@RequestMapping
(
value
=
"/
b
iz/position/verifyPositionName"
,
method
=
RequestMethod
.
GET
)
@RequestMapping
(
value
=
"/
dinasB
iz/position/verifyPositionName"
,
method
=
RequestMethod
.
GET
)
public
Object
verifyPositionName
(
@RequestParam
(
"name"
)
String
name
)
{
Boolean
flag
=
positionService
.
verifyPositionName
(
name
);
if
(
flag
)
{
...
...
backend/xyst.dinas.project/src/main/resources/config/ProjectFiled.hbm.xml
View file @
558387a0
...
...
@@ -60,9 +60,6 @@
<property
name=
"projectGeneralContractor"
type=
"nstring"
not-null=
"false"
>
<column
name=
"project_general_contractor"
length=
"100"
></column>
</property>
<property
name=
"subContractInfo"
type=
"nstring"
not-null=
"false"
>
<column
name=
"sub_contract_info"
length=
"1000"
></column>
</property>
<property
name=
"contacts"
type=
"nstring"
not-null=
"false"
>
<column
name=
"contacts"
length=
"100"
></column>
</property>
...
...
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