Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhmes-agecal
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
耿迪迪
zhmes-agecal
Commits
59ae1e5e
Commit
59ae1e5e
authored
Mar 03, 2026
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 标检单调整
parent
c49a7ee2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
PalletDeviceBindingMapper.xml
...ain/resources/mapper/system/PalletDeviceBindingMapper.xml
+2
-5
No files found.
zhmes-agecal-system/src/main/resources/mapper/system/PalletDeviceBindingMapper.xml
View file @
59ae1e5e
...
...
@@ -269,8 +269,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
f_sim_card_status = null,
f_network_status = null,
f_product_standard_inspection_number = null,
f_standard_inspect_result = null,
f_reading_mode = null
f_standard_inspect_result = null
where f_tray_id = #{trayId}
</update>
<insert
id=
"insertPalletDeviceBinding"
parameterType=
"PalletDeviceBinding"
useGeneratedKeys=
"true"
keyProperty=
"palletDeviceBindingId"
>
...
...
@@ -335,8 +334,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
f_sim_card_status = null,
f_network_status = null,
f_product_standard_inspection_number = null,
f_standard_inspect_result = null,
f_reading_mode = null
f_standard_inspect_result = null
where f_pallet_device_binding_id = #{palletDeviceBindingId}
</update>
<update
id=
"updatePalletDeviceBinding"
parameterType=
"PalletDeviceBinding"
>
...
...
@@ -380,7 +378,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if
test=
"networkStatus != null"
>
f_network_status = #{networkStatus},
</if>
<if
test=
"productStandardInspectionNumber != null"
>
f_product_standard_inspection_number = #{productStandardInspectionNumber},
</if>
<if
test=
"standardInspectResult != null"
>
f_standard_inspect_result = #{standardInspectResult},
</if>
<if
test=
"plateType != null"
>
f_plate_type = #{plateType},
</if>
</trim>
where f_pallet_device_binding_id = #{palletDeviceBindingId} and f_motherboard_code is not null
</update>
...
...
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