From 9dfc64b4c99218a82ab56549908a11281e804c18 Mon Sep 17 00:00:00 2001
From: liuxm <liuxm_a@163.com>
Date: 星期四, 23 五月 2024 17:18:30 +0800
Subject: [PATCH] 品检添加排序;用户,工站,产品,列表中添加二维码;修改下载链接

---
 pms-parent/pms-global/src/main/resources/mapper/PltProductScrappingReasonMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pms-parent/pms-global/src/main/resources/mapper/PltProductScrappingReasonMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PltProductScrappingReasonMapper.xml
index e8f1818..f7f5ebc 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/PltProductScrappingReasonMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/PltProductScrappingReasonMapper.xml
@@ -55,7 +55,7 @@
             <if test="id != null">#{id,jdbcType=BIGINT},</if>
             <if test="reason != null">#{reason,jdbcType=VARCHAR},</if>
             <if test="proId != null">#{proId,jdbcType=VARCHAR},</if>
-            <if test="sort != null">#{sort,jdbcType=VARCHAR},</if>
+            <if test="sort != null">#{sort,jdbcType=INTEGER},</if>
             <if test="deleted != null">#{deleted,jdbcType=TINYINT},</if>
         </trim>
     </insert>
@@ -69,7 +69,7 @@
                 pro_id = #{proId,jdbcType=VARCHAR},
             </if>
             <if test="sort != null">
-                sort = #{sort,jdbcType=VARCHAR},
+                sort = #{sort,jdbcType=INTEGER},
             </if>
             <if test="disabled != null">
                 disabled = #{disabled,jdbcType=TINYINT},

--
Gitblit v1.8.0