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
6416a026
Commit
6416a026
authored
Nov 11, 2024
by
麻笑宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_bugfix' into develop_tzs_bugfix
parents
3b38349c
b7e8abdf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
DispatchTask.java
...in/amos/boot/module/cylinder/api/entity/DispatchTask.java
+1
-1
DispatchTask.java
...eejoin/amos/boot/module/jczs/api/entity/DispatchTask.java
+1
-1
EnterpriseBizByTCMServiceImpl.java
...istcs/biz/service/impl/EnterpriseBizByTCMServiceImpl.java
+3
-1
DispatchTask.java
...yeejoin/amos/boot/module/tcm/api/entity/DispatchTask.java
+1
-1
DispatchTask.java
...yeejoin/amos/boot/module/ymt/api/entity/DispatchTask.java
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-cylinder/amos-boot-module-cylinder-api/src/main/java/com/yeejoin/amos/boot/module/cylinder/api/entity/DispatchTask.java
View file @
6416a026
...
...
@@ -62,7 +62,7 @@ public class DispatchTask extends BaseEntity {
* 响应单位id
*/
@TableField
(
"response_org_id"
)
private
Lo
ng
responseOrgId
;
private
Stri
ng
responseOrgId
;
/**
* 响应单位名称
...
...
amos-boot-system-tzs/amos-boot-module-jczs/amos-boot-module-jczs-api/src/main/java/com/yeejoin/amos/boot/module/jczs/api/entity/DispatchTask.java
View file @
6416a026
...
...
@@ -62,7 +62,7 @@ public class DispatchTask extends BaseEntity {
* 响应单位id
*/
@TableField
(
"response_org_id"
)
private
Lo
ng
responseOrgId
;
private
Stri
ng
responseOrgId
;
/**
* 响应单位名称
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/service/impl/EnterpriseBizByTCMServiceImpl.java
View file @
6416a026
...
...
@@ -149,7 +149,9 @@ public class EnterpriseBizByTCMServiceImpl {
public
TzBaseEnterpriseInfoDto
getInfoByUseCode
(
String
useCode
)
{
TzBaseEnterpriseInfo
tzBaseEnterpriseInfo
=
enterpriseBizMapper
.
queryByUseCode
(
useCode
);
if
(
ObjectUtils
.
isEmpty
(
tzBaseEnterpriseInfo
))
{
return
null
;
}
TzBaseEnterpriseInfoDto
tzBaseEnterpriseInfoDto
=
getDetail
(
tzBaseEnterpriseInfo
);
if
(!
ObjectUtils
.
isEmpty
(
tzBaseEnterpriseInfo
)){
LambdaQueryWrapper
<
TzsBaseInstitution
>
lambda
=
new
QueryWrapper
<
TzsBaseInstitution
>().
lambda
();
...
...
amos-boot-system-tzs/amos-boot-module-tcm/amos-boot-module-tcm-api/src/main/java/com/yeejoin/amos/boot/module/tcm/api/entity/DispatchTask.java
View file @
6416a026
...
...
@@ -62,7 +62,7 @@ public class DispatchTask extends BaseEntity {
* 响应单位id
*/
@TableField
(
"response_org_id"
)
private
Lo
ng
responseOrgId
;
private
Stri
ng
responseOrgId
;
/**
* 响应单位名称
...
...
amos-boot-system-tzs/amos-boot-module-ymt/amos-boot-module-ymt-api/src/main/java/com/yeejoin/amos/boot/module/ymt/api/entity/DispatchTask.java
View file @
6416a026
...
...
@@ -62,7 +62,7 @@ public class DispatchTask extends BaseEntity {
* 响应单位id
*/
@TableField
(
"response_org_id"
)
private
Lo
ng
responseOrgId
;
private
Stri
ng
responseOrgId
;
/**
* 响应单位名称
...
...
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