Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
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
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
2387cff2
Commit
2387cff2
authored
Jun 05, 2025
by
xiachenqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化格口表代码
parent
84bddbc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
PersonPostMapper.java
...ain/java/com/yxproject/start/mapper/PersonPostMapper.java
+3
-6
GkDicService.java
src/main/java/com/yxproject/start/service/GkDicService.java
+1
-1
No files found.
src/main/java/com/yxproject/start/mapper/PersonPostMapper.java
View file @
2387cff2
...
...
@@ -3,7 +3,6 @@ package com.yxproject.start.mapper;
import
com.yxproject.start.dto.PersonPostDto
;
import
com.yxproject.start.entity.GATTrackEntity
;
import
com.yxproject.start.entity.PersonPostEntity
;
import
com.yxproject.start.entity.PreproPersonEntity
;
import
org.apache.ibatis.annotations.*
;
import
java.util.Date
;
...
...
@@ -75,7 +74,7 @@ public interface PersonPostMapper {
@Update
(
"UPDATE PERSON_POST SET NOTE = #{note},STATE1 = 1 where FIRST_WHITE = #{uploadNo}"
)
boolean
addNote
(
@Param
(
"uploadNo"
)
String
uploadNo
,
@Param
(
"note"
)
String
note
);
void
addNote
(
@Param
(
"uploadNo"
)
String
uploadNo
,
@Param
(
"note"
)
String
note
);
@Select
(
"<script> "
+
"SELECT COUNT(*) FROM PERSON_POST \n"
+
...
...
@@ -97,7 +96,7 @@ public interface PersonPostMapper {
" <when test='latticeMouthInformation!=\"\"'> and PERSON_POST.LATTICE_MOUTH_INFORMATION=#{latticeMouthInformation} </when>"
+
" <when test='getToCounty!=\"\"'> and PERSON_POST.GET_TO_COUNTY in ( ${getToCounty} ) </when>"
+
" <if test='GK== 0 '> and GK = 0 </if>"
+
" <if test='GK== 1 '> and GK in (1
,2,3,
4) </if>"
+
" <if test='GK== 1 '> and GK in (1
,2,3,
4) </if>"
+
" <if test='GK== 5 '> and GK = 5</if>"
+
" <when test='startDate!=\"\"'> and subStr(FILE_NAME_DIC.UPLOAD_DATE,0,8) between #{startDate} and #{endDate} </when>"
+
" <when test='printDate!=\"\"'> and to_char(PERSON_POST.print_Date,'yyyyMMdd')=${printDate} </when>"
+
...
...
@@ -105,8 +104,6 @@ public interface PersonPostMapper {
"</script>"
)
int
findPersonalDataCount
(
@Param
(
"applicantName"
)
String
applicantName
,
@Param
(
"orderNumber"
)
String
orderNumber
,
@Param
(
"jmsfzslh"
)
String
jmsfzslh
,
@Param
(
"idCard"
)
String
idCard
,
@Param
(
"state"
)
String
state
,
@Param
(
"district"
)
String
district
,
@Param
(
"latticeMouthInformation"
)
String
latticeMouthInformation
,
@Param
(
"getToCounty"
)
String
getToCounty
,
@Param
(
"startDate"
)
String
startDate
,
@Param
(
"endDate"
)
String
endDate
,
@Param
(
"emailNo"
)
String
emailNo
,
@Param
(
"notNull"
)
String
notNull
,
@Param
(
"printDate"
)
String
printDate
,
@Param
(
"GK"
)
Long
gk
);
@Delete
(
"DELETE PERSON_POST "
+
"WHERE 1=1"
+
" <when test='applicantName!=null'> and PERSON_POST.APPLICANT_NAME = #{applicantName} </when>"
+
...
...
@@ -170,7 +167,7 @@ public interface PersonPostMapper {
List
<
Map
<
String
,
Object
>>
checkPersonalPost
(
@Param
(
"uploadNo"
)
String
uploadNo
);
@Insert
(
"INSERT INTO AUDLIT_FAILURE (UPLOAD_NO,UP_TIUME,REMARKS,NAME) VALUES (#{uploadNo},SYSDATE,#{remarks},#{name})"
)
boolean
cancelPostByAcceptNo
(
@Param
(
"uploadNo"
)
String
uploadNo
,
@Param
(
"remarks"
)
String
remarks
,
@Param
(
"name"
)
String
name
);
void
cancelPostByAcceptNo
(
@Param
(
"uploadNo"
)
String
uploadNo
,
@Param
(
"remarks"
)
String
remarks
,
@Param
(
"name"
)
String
name
);
@Select
(
"SELECT af.*,pp.APPLICANT_NAME,pp.NATURE_OF_THE_INFORMATION,pp.RECIPIENT_NAME,pp.RECIPIENT_ADDRESS,pp.RECIPIENT_PHONE,pp.ORDER_NUMBER,pp.BIRTH_DATE FROM AUDLIT_FAILURE af\n"
+
"left join PERSON_POST pp \n"
+
...
...
src/main/java/com/yxproject/start/service/GkDicService.java
View file @
2387cff2
...
...
@@ -15,5 +15,5 @@ public interface GkDicService {
*
* @return {@link Map}<{@link String}, {@link Long}>
*/
public
Map
<
String
,
Long
>
getGkDicMap
();
Map
<
String
,
Long
>
getGkDicMap
();
}
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