Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
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
张伯涛
data_management_system
Commits
c3df4895
Commit
c3df4895
authored
Dec 02, 2022
by
zhuangxinwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改时间修改不成功bug
parent
42b8cc03
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
13 deletions
+13
-13
FcryMapper.xml
ruoyi-system/src/main/resources/mapper/system/FcryMapper.xml
+3
-3
FkqkMapper.xml
ruoyi-system/src/main/resources/mapper/system/FkqkMapper.xml
+4
-4
GldryMapper.xml
...i-system/src/main/resources/mapper/system/GldryMapper.xml
+2
-2
HscjMapper.xml
ruoyi-system/src/main/resources/mapper/system/HscjMapper.xml
+1
-1
YxryMapper.xml
ruoyi-system/src/main/resources/mapper/system/YxryMapper.xml
+3
-3
No files found.
ruoyi-system/src/main/resources/mapper/system/FcryMapper.xml
View file @
c3df4895
...
@@ -229,7 +229,7 @@
...
@@ -229,7 +229,7 @@
<if
test=
"community != null"
>
community = #{community},
</if>
<if
test=
"community != null"
>
community = #{community},
</if>
<if
test=
"unit != null"
>
unit = #{unit},
</if>
<if
test=
"unit != null"
>
unit = #{unit},
</if>
<if
test=
"zrTime != null"
>
zr_time = #{zrTime},
</if>
<if
test=
"zrTime != null"
>
zr_time = #{zrTime},
</if>
<if
test=
"zcTime != null"
>
zc_time = #{zcTime},
</if>
zc_time = #{zcTime},
<if
test=
"glPlace != null"
>
gl_place = #{glPlace},
</if>
<if
test=
"glPlace != null"
>
gl_place = #{glPlace},
</if>
<if
test=
"status != null"
>
status = #{status},
</if>
<if
test=
"status != null"
>
status = #{status},
</if>
<if
test=
"delFlag != null"
>
del_flag = #{delFlag},
</if>
<if
test=
"delFlag != null"
>
del_flag = #{delFlag},
</if>
...
@@ -245,8 +245,8 @@
...
@@ -245,8 +245,8 @@
<if
test=
"isPositive != null"
>
is_positive = #{isPositive},
</if>
<if
test=
"isPositive != null"
>
is_positive = #{isPositive},
</if>
<if
test=
"checkCard != null"
>
check_card = #{checkCard},
</if>
<if
test=
"checkCard != null"
>
check_card = #{checkCard},
</if>
<if
test=
"peopleType != null"
>
people_type = #{peopleType},
</if>
<if
test=
"peopleType != null"
>
people_type = #{peopleType},
</if>
<if
test=
"otherGldTime != null"
>
other_gld_time = #{otherGldTime},
</if>
other_gld_time = #{otherGldTime},
<if
test=
"otherFcTime != null"
>
other_fc_time = #{otherFcTime},
</if>
other_fc_time = #{otherFcTime},
</trim>
</trim>
where id = #{id}
where id = #{id}
</update>
</update>
...
...
ruoyi-system/src/main/resources/mapper/system/FkqkMapper.xml
View file @
c3df4895
...
@@ -134,8 +134,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -134,8 +134,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"street != null"
>
street = #{street},
</if>
<if
test=
"street != null"
>
street = #{street},
</if>
<if
test=
"community != null"
>
community = #{community},
</if>
<if
test=
"community != null"
>
community = #{community},
</if>
<if
test=
"unit != null"
>
unit = #{unit},
</if>
<if
test=
"unit != null"
>
unit = #{unit},
</if>
<if
test=
"fkTime != null"
>
fk_time = #{fkTime},
</if>
fk_time = #{fkTime},
<if
test=
"jfTime != null"
>
jf_time = #{jfTime},
</if>
jf_time = #{jfTime},
<if
test=
"status != null"
>
status = #{status},
</if>
<if
test=
"status != null"
>
status = #{status},
</if>
<if
test=
"createBy != null"
>
create_by = #{createBy},
</if>
<if
test=
"createBy != null"
>
create_by = #{createBy},
</if>
<if
test=
"createTime != null"
>
create_time = #{createTime},
</if>
<if
test=
"createTime != null"
>
create_time = #{createTime},
</if>
...
@@ -149,8 +149,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -149,8 +149,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"fkDetailed != null"
>
fk_detailed = #{fkDetailed},
</if>
<if
test=
"fkDetailed != null"
>
fk_detailed = #{fkDetailed},
</if>
<if
test=
"fkHs != null"
>
fk_hs = #{fkHs},
</if>
<if
test=
"fkHs != null"
>
fk_hs = #{fkHs},
</if>
<if
test=
"isJf != null"
>
is_jf = #{isJf},
</if>
<if
test=
"isJf != null"
>
is_jf = #{isJf},
</if>
<if
test=
"realTime != null"
>
real_time = #{realTime},
</if>
real_time = #{realTime},
<if
test=
"hsTime != null"
>
hs_time = #{hsTime},
</if>
hs_time = #{hsTime},
<if
test=
"fkRs != null"
>
fk_rs = #{fkRs},
</if>
<if
test=
"fkRs != null"
>
fk_rs = #{fkRs},
</if>
</trim>
</trim>
where id = #{id}
where id = #{id}
...
...
ruoyi-system/src/main/resources/mapper/system/GldryMapper.xml
View file @
c3df4895
...
@@ -153,7 +153,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -153,7 +153,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"unitNo != null"
>
unit_no = #{unitNo},
</if>
<if
test=
"unitNo != null"
>
unit_no = #{unitNo},
</if>
<if
test=
"houseNo != null"
>
house_no = #{houseNo},
</if>
<if
test=
"houseNo != null"
>
house_no = #{houseNo},
</if>
<if
test=
"zrTime != null"
>
zr_time = #{zrTime},
</if>
<if
test=
"zrTime != null"
>
zr_time = #{zrTime},
</if>
<if
test=
"zcTime != null"
>
zc_time = #{zcTime},
</if>
zc_time = #{zcTime},
<if
test=
"status != null"
>
status = #{status},
</if>
<if
test=
"status != null"
>
status = #{status},
</if>
<if
test=
"delFlag != null"
>
del_flag = #{delFlag},
</if>
<if
test=
"delFlag != null"
>
del_flag = #{delFlag},
</if>
<if
test=
"createBy != null"
>
create_by = #{createBy},
</if>
<if
test=
"createBy != null"
>
create_by = #{createBy},
</if>
...
@@ -163,7 +163,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -163,7 +163,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"remark != null"
>
remark = #{remark},
</if>
<if
test=
"remark != null"
>
remark = #{remark},
</if>
<if
test=
"checkCard != null"
>
check_card = #{checkCard},
</if>
<if
test=
"checkCard != null"
>
check_card = #{checkCard},
</if>
<if
test=
"committee != null"
>
committee = #{committee},
</if>
<if
test=
"committee != null"
>
committee = #{committee},
</if>
<if
test=
"otherZrTime != null"
>
other_zr_time = #{otherZrTime},
</if>
other_zr_time = #{otherZrTime},
</trim>
</trim>
where id = #{id}
where id = #{id}
</update>
</update>
...
...
ruoyi-system/src/main/resources/mapper/system/HscjMapper.xml
View file @
c3df4895
...
@@ -217,7 +217,7 @@
...
@@ -217,7 +217,7 @@
<if
test=
"cjPhone != null"
>
cj_phone = #{cjPhone},
</if>
<if
test=
"cjPhone != null"
>
cj_phone = #{cjPhone},
</if>
<if
test=
"bblx != null"
>
b_type = #{bblx},
</if>
<if
test=
"bblx != null"
>
b_type = #{bblx},
</if>
<if
test=
"laboratory != null"
>
laboratory = #{laboratory},
</if>
<if
test=
"laboratory != null"
>
laboratory = #{laboratory},
</if>
<if
test=
"jcTime != null"
>
jc_time = #{jcTime},
</if>
jc_time = #{jcTime},
<if
test=
"rygx != null"
>
rygx = #{rygx},
</if>
<if
test=
"rygx != null"
>
rygx = #{rygx},
</if>
<if
test=
"boxhao != null"
>
boxhao = #{boxhao},
</if>
<if
test=
"boxhao != null"
>
boxhao = #{boxhao},
</if>
<if
test=
"status != null"
>
status = #{status},
</if>
<if
test=
"status != null"
>
status = #{status},
</if>
...
...
ruoyi-system/src/main/resources/mapper/system/YxryMapper.xml
View file @
c3df4895
...
@@ -266,8 +266,8 @@
...
@@ -266,8 +266,8 @@
<update
id=
"updateYxry"
parameterType=
"Yxry"
>
<update
id=
"updateYxry"
parameterType=
"Yxry"
>
update yxry
update yxry
<trim
prefix=
"SET"
suffixOverrides=
","
>
<trim
prefix=
"SET"
suffixOverrides=
","
>
<if
test=
"sbDate != null"
>
sb_date = #{sbDate},
</if>
sb_date = #{sbDate},
<if
test=
"cyTime != null "
>
cy_time = #{cyTime},
</if>
cy_time = #{cyTime},
<if
test=
"ldry != null"
>
ldry = #{ldry},
</if>
<if
test=
"ldry != null"
>
ldry = #{ldry},
</if>
<if
test=
"userName != null"
>
user_name = #{userName},
</if>
<if
test=
"userName != null"
>
user_name = #{userName},
</if>
<if
test=
"cardNo != null"
>
card_no = #{cardNo},
</if>
<if
test=
"cardNo != null"
>
card_no = #{cardNo},
</if>
...
@@ -295,7 +295,7 @@
...
@@ -295,7 +295,7 @@
<if
test=
"isHome != null"
>
is_home = #{isHome},
</if>
<if
test=
"isHome != null"
>
is_home = #{isHome},
</if>
<if
test=
"riskSource != null"
>
risk_source = #{riskSource},
</if>
<if
test=
"riskSource != null"
>
risk_source = #{riskSource},
</if>
<if
test=
"userType != null"
>
user_type = #{userType},
</if>
<if
test=
"userType != null"
>
user_type = #{userType},
</if>
<if
test=
"zyTime != null"
>
zy_time = #{zyTime},
</if>
zy_time = #{zyTime},
<if
test=
"checkCard != null"
>
check_card = #{checkCard},
</if>
<if
test=
"checkCard != null"
>
check_card = #{checkCard},
</if>
<if
test=
"glName != null"
>
gl_name = #{glName},
</if>
<if
test=
"glName != null"
>
gl_name = #{glName},
</if>
<if
test=
"fcName != null"
>
fc_name = #{fcName},
</if>
<if
test=
"fcName != null"
>
fc_name = #{fcName},
</if>
...
...
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