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
bf3aefdc
Commit
bf3aefdc
authored
Mar 15, 2021
by
杨清松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
岗位管理,出差申请字段更改
parent
229a0ee5
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
41 additions
and
19 deletions
+41
-19
StationConfiguration.java
.../java/com/xyst/dinas/biz/config/StationConfiguration.java
+22
-0
spring.factories
...st.dinas.biz/src/main/resources/META-INF/spring.factories
+2
-2
SealBorrowController.java
...main/java/com/xyst/dinas/oa/web/SealBorrowController.java
+1
-1
BusinessTripApply.mk
...in/model/com/xyst/dinas/oa/datamodel/BusinessTripApply.mk
+1
-1
BusinessTripApply.mk
...c/main/model/com/xyst/dinas/oa/query/BusinessTripApply.mk
+1
-1
BusinessTripApply$sequence.jmx
...ces/com/xyst/dinas/oa/bill/BusinessTripApply$sequence.jmx
+1
-1
BusinessTripApply$serial.jmx
...urces/com/xyst/dinas/oa/bill/BusinessTripApply$serial.jmx
+1
-1
BusinessTripApply.jmx
...in/resources/com/xyst/dinas/oa/bill/BusinessTripApply.jmx
+1
-1
SealBorrow$sequence.jmx
.../resources/com/xyst/dinas/oa/bill/SealBorrow$sequence.jmx
+1
-1
SealBorrow$serial.jmx
...in/resources/com/xyst/dinas/oa/bill/SealBorrow$serial.jmx
+1
-1
SealBorrow.jmx
.../src/main/resources/com/xyst/dinas/oa/bill/SealBorrow.jmx
+1
-1
UseCarApply$sequence.jmx
...resources/com/xyst/dinas/oa/bill/UseCarApply$sequence.jmx
+1
-1
UseCarApply$serial.jmx
...n/resources/com/xyst/dinas/oa/bill/UseCarApply$serial.jmx
+1
-1
UseCarApply.jmx
...src/main/resources/com/xyst/dinas/oa/bill/UseCarApply.jmx
+1
-1
BusinessTripApply.jmx
...sources/com/xyst/dinas/oa/datamodel/BusinessTripApply.jmx
+2
-2
BusinessTripApply.jmx
...n/resources/com/xyst/dinas/oa/query/BusinessTripApply.jmx
+1
-1
BusinessTripApply.hbm.xml
...as.oa/src/main/resources/config/BusinessTripApply.hbm.xml
+2
-2
No files found.
backend/xyst.dinas.biz/src/main/java/com/xyst/dinas/biz/config/StationConfiguration.java
View file @
bf3aefdc
package
com
.
xyst
.
dinas
.
biz
.
config
;
import
org.springframework.context.annotation.Bean
;
import
com.xyst.dinas.biz.dao.PositionDao
;
import
com.xyst.dinas.biz.internal.dao.PositionDaoImpl
;
import
com.xyst.dinas.biz.internal.service.PositionServiceImpl
;
import
com.xyst.dinas.biz.service.PositionService
;
import
com.xyst.dinas.biz.web.PositionController
;
public
class
StationConfiguration
{
@Bean
public
PositionController
positionController
()
{
return
new
PositionController
();
}
@Bean
public
PositionService
positionService
()
{
return
new
PositionServiceImpl
();
}
@Bean
public
PositionDao
positionDao
()
{
return
new
PositionDaoImpl
();
}
}
backend/xyst.dinas.biz/src/main/resources/META-INF/spring.factories
View file @
bf3aefdc
# Auto Configure
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.xyst.dinas.biz.config.OaConfiguration
\ No newline at end of file
com.xyst.dinas.biz.config.StationConfiguration
\ No newline at end of file
backend/xyst.dinas.oa/src/main/java/com/xyst/dinas/oa/web/SealBorrowController.java
View file @
bf3aefdc
...
...
@@ -27,7 +27,7 @@ public class SealBorrowController {
@ResponseBody
@RequestMapping
(
value
=
"/oa/sealBorrow/submitFlow"
,
method
=
RequestMethod
.
POST
,
consumes
=
"application/json"
)
public
Object
repairDealWayAccept
(
@RequestBody
String
body
)
{
public
Object
submitFlow
(
@RequestBody
String
body
)
{
JSONObject
obj
=
new
JSONObject
(
body
);
UUID
id
=
UUID
.
fromString
(
obj
.
getString
(
"id"
));
sealBorrowService
.
submitFlow
(
id
);
...
...
backend/xyst.dinas.oa/src/main/model/com/xyst/dinas/oa/datamodel/BusinessTripApply.mk
View file @
bf3aefdc
...
...
@@ -55,7 +55,7 @@
<annotation id='0bf95ef1-aafa-466d-8528-140c69adb2c5' attributeId='1a6004f1-98a9-4234-bec3-21f5cc4fa11c' name='length' value='100'>
</annotation>
</attribute>
<attribute id='2abe8b56-e318-4b33-a51c-e4ba91e0f3c5' name='
lendReason' columnName='lend_reason' title='借出
事由' type='string' default='' precision='' isArray='false'>
<attribute id='2abe8b56-e318-4b33-a51c-e4ba91e0f3c5' name='
businessTripReason' columnName='business_trip_reason' title='出差
事由' type='string' default='' precision='' isArray='false'>
<annotation id='225c9526-139f-4ebf-a8c7-3a889dd0977c' attributeId='a1d41757-f413-4921-a65c-82f3de60ebcc' name='length' value='500'>
</annotation>
</attribute>
...
...
backend/xyst.dinas.oa/src/main/model/com/xyst/dinas/oa/query/BusinessTripApply.mk
View file @
bf3aefdc
...
...
@@ -177,7 +177,7 @@
<description></description>
</field>
<field title='借出事由'>
<name>
lend
Reason</name>
<name>
businessTrip
Reason</name>
<type>string</type>
<ref>
<type></type>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/BusinessTripApply$sequence.jmx
View file @
bf3aefdc
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-sequence"
>
<specification>
1.0
</specification>
<id>
4dd0b4b5-1873-4239-a96d-4887dcf66a85
</id>
<id>
8cd1acd2-ea6a-46d7-8545-326c99a5bb89
</id>
<name>
com.xyst.dinas.oa.bill.BusinessTripApply$sequence
</name>
<title>
出差申请$sequence
</title>
<description>
出差申请
</description>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/BusinessTripApply$serial.jmx
View file @
bf3aefdc
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-serial"
>
<specification>
1.0
</specification>
<id>
014e5dc0-0048-4e97-a2d9-ca9dad8b5534
</id>
<id>
b02bb6c4-3827-4102-b930-6f13435a7e76
</id>
<name>
com.xyst.dinas.oa.bill.BusinessTripApply$serial
</name>
<title>
出差申请$serial
</title>
<description>
出差申请
</description>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/BusinessTripApply.jmx
View file @
bf3aefdc
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-biztype"
>
<specification>
1.0
</specification>
<id>
dff0415d-7421-405f-908a-cf22c819280b
</id>
<id>
eb88e653-968c-47ee-bb6c-9a4518ad5071
</id>
<name>
com.xyst.dinas.oa.bill.BusinessTripApply
</name>
<title>
出差申请
</title>
<description>
出差申请
</description>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/SealBorrow$sequence.jmx
View file @
bf3aefdc
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-sequence"
>
<specification>
1.0
</specification>
<id>
f
db23a0a-f6d9-4aa4-a2cc-93aae41d2675
</id>
<id>
f
f03f6c5-3843-4d65-9ece-6a0ae4b98e9a
</id>
<name>
com.xyst.dinas.oa.bill.SealBorrow$sequence
</name>
<title>
证章借出$sequence
</title>
<description>
证章借出
</description>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/SealBorrow$serial.jmx
View file @
bf3aefdc
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-serial"
>
<specification>
1.0
</specification>
<id>
8213cf3a-09bd-4ae7-8ed5-dae652808ba7
</id>
<id>
650e4eac-4ab0-4704-8b43-e04212eed383
</id>
<name>
com.xyst.dinas.oa.bill.SealBorrow$serial
</name>
<title>
证章借出$serial
</title>
<description>
证章借出
</description>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/SealBorrow.jmx
View file @
bf3aefdc
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-biztype"
>
<specification>
1.0
</specification>
<id>
56521671-a8be-4ff9-a7bd-2cf64f5caa8e
</id>
<id>
425c9108-d226-4210-ae7b-c22513b1b5f9
</id>
<name>
com.xyst.dinas.oa.bill.SealBorrow
</name>
<title>
证章借出
</title>
<description>
证章借出
</description>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/UseCarApply$sequence.jmx
View file @
bf3aefdc
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-sequence"
>
<specification>
1.0
</specification>
<id>
b3f45efd-44a7-440d-a95b-aa2d5a855b4a
</id>
<id>
8012c173-4025-4dcb-946f-2f715ea8e7dc
</id>
<name>
com.xyst.dinas.oa.bill.UseCarApply$sequence
</name>
<title>
用车申请$sequence
</title>
<description>
用车申请
</description>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/UseCarApply$serial.jmx
View file @
bf3aefdc
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-serial"
>
<specification>
1.0
</specification>
<id>
e6ccf0e5-133c-408e-a2ef-e8f6a7cc2863
</id>
<id>
acc789ac-dd0b-4580-b271-0cc9931947a6
</id>
<name>
com.xyst.dinas.oa.bill.UseCarApply$serial
</name>
<title>
用车申请$serial
</title>
<description>
用车申请
</description>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/bill/UseCarApply.jmx
View file @
bf3aefdc
<?xml version="1.0" encoding="UTF-8"?>
<metadata
xmlns=
"http://www.beecode.cn/schema/amino-metadata"
xmlns:m=
"http://www.beecode.cn/schema/bcp-biztype"
>
<specification>
1.0
</specification>
<id>
50117aa0-4735-460c-a053-756e68b06eb1
</id>
<id>
3f8ff842-a50c-4b5b-a730-f4ccc9371b46
</id>
<name>
com.xyst.dinas.oa.bill.UseCarApply
</name>
<title>
用车申请
</title>
<description>
用车申请
</description>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/datamodel/BusinessTripApply.jmx
View file @
bf3aefdc
...
...
@@ -118,8 +118,8 @@
</m:annotation>
</m:annotations>
<m:id>
2abe8b56-e318-4b33-a51c-e4ba91e0f3c5
</m:id>
<m:name>
lend
Reason
</m:name>
<m:title>
借出
事由
</m:title>
<m:name>
businessTrip
Reason
</m:name>
<m:title>
出差
事由
</m:title>
<m:type>
string
</m:type>
<m:description></m:description>
<m:default></m:default>
...
...
backend/xyst.dinas.oa/src/main/resources/com/xyst/dinas/oa/query/BusinessTripApply.jmx
View file @
bf3aefdc
...
...
@@ -201,7 +201,7 @@
<m:desc></m:desc>
</m:field>
<m:field>
<m:name>
lend
Reason
</m:name>
<m:name>
businessTrip
Reason
</m:name>
<m:title>
借出事由
</m:title>
<m:type>
string
</m:type>
<m:ref>
...
...
backend/xyst.dinas.oa/src/main/resources/config/BusinessTripApply.hbm.xml
View file @
bf3aefdc
...
...
@@ -66,8 +66,8 @@
<property
name=
"leaderJobLevel"
type=
"nstring"
not-null=
"false"
>
<column
name=
"leader_job_level"
length=
"100"
></column>
</property>
<property
name=
"
lend
Reason"
type=
"nstring"
not-null=
"false"
>
<column
name=
"
lend
_reason"
length=
"500"
></column>
<property
name=
"
businessTrip
Reason"
type=
"nstring"
not-null=
"false"
>
<column
name=
"
business_trip
_reason"
length=
"500"
></column>
</property>
<property
name=
"departmentManagerOpinion"
type=
"nstring"
not-null=
"false"
>
<column
name=
"department_manager_opinion"
length=
"500"
></column>
...
...
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