|
@@ -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>
|