cxd 6 сар өмнө
parent
commit
0ee2ac45f3

+ 1 - 1
gqy-system/src/main/resources/mapper/document/DcPsParamMapper.xml

@@ -91,7 +91,7 @@
             <if test="dcb_id != null">#{dcb_id},</if>
             <if test="psp_status != null">#{psp_status},</if>
             <if test="psp_type != null">#{psp_type},</if>
-            <if test="psp_category != null">psp_category,</if>
+            <if test="psp_category != null">#{psp_category},</if>
 
         </trim>
     </insert>