|
@@ -83,7 +83,7 @@
|
|
|
<if test="code != null">code = #{code},</if>
|
|
|
<if test="company != null">company = #{company},</if>
|
|
|
<if test="projectType != null">project_type = #{projectType},</if>
|
|
|
- <if test="projectType != null">project_type = #{projectType},</if>
|
|
|
+ <if test="onChainNum != null">on_chain_num = #{onChainNum},</if>
|
|
|
updated_at = now()
|
|
|
</set>
|
|
|
WHERE id = #{id}
|