Selaa lähdekoodia

增加藏品图片

Signed-off-by: hamjin <335908093@qq.com>
hamjin 2 vuotta sitten
vanhempi
commit
a418514d9a

+ 6 - 0
ruoyi-system/src/main/resources/mapper/system/PoCollectionMapper.xml

@@ -36,6 +36,7 @@
                update_time,
                remark,
                del_flag,
+               image,
                publisher_name,
                formwork,
                price,
@@ -76,6 +77,7 @@
         <if test="status != null and status != '' ">status,</if>
         <if test="remark != null and remark != ''">remark,</if>
         <if test="createBy != null and createBy != ''">create_by,</if>
+        <if test="image != null and image != ''">image,</if>
         <if test="publisherName != null and publisherName != ''">publisher_name,</if>
         <if test="formwork != null and formwork != ''">formwork,</if>
         <if test="price != null and price != ''">price,</if>
@@ -91,6 +93,7 @@
         <if test="status != null and status != ''">#{status},</if>
         <if test="remark != null and remark != ''">#{remark},</if>
         <if test="createBy != null and createBy != ''">#{createBy},</if>
+        <if test="image != null and image != ''">#{image},</if>
         <if test="publisherName != null and publisherName != ''">#{publisherName},</if>
         <if test="formwork != null and formwork != ''">#{formwork},</if>
         <if test="price != null and price != ''">#{price},</if>
@@ -110,6 +113,7 @@
         <if test="status != null and status != '' ">status,</if>
         <if test="remark != null and remark != ''">remark,</if>
         <if test="createBy != null and createBy != ''">create_by,</if>
+        <if test="image != null and image != ''">image,</if>
         <if test="publisherName != null and publisherName != ''">publisher_name,</if>
         <if test="formwork != null and formwork != ''">formwork,</if>
         <if test="price != null and price != ''">price,</if>
@@ -126,6 +130,7 @@
             <if test="status != null and status != ''">#{status},</if>
             <if test="remark != null and remark != ''">#{remark},</if>
             <if test="createBy != null and createBy != ''">#{createBy},</if>
+            <if test="image != null and image != ''">#{image},</if>
             <if test="publisherName != null and publisherName != ''">#{publisherName},</if>
             <if test="formwork != null and formwork != ''">#{formwork},</if>
             <if test="price != null and price != ''">#{price},</if>
@@ -147,6 +152,7 @@
             <if test="status != null and status != ''">status = #{status},</if>
             <if test="remark != null and remark != ''">remark = #{remark},</if>
             <if test="createBy != null and createBy != ''">create_by = #{createBy},</if>
+            <if test="image != null and image != ''">image = #{image},</if>
             <if test="publisherName != null and publisherName != ''">publisher_name = #{publisherName},</if>
             <if test="formwork != null and formwork != ''">formwork = #{formwork},</if>
             <if test="price != null and price != ''">price = #{price},</if>