瀏覽代碼

过滤掉未上链的数据

chenendian 6 月之前
父節點
當前提交
b07631c446
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      siwei-modules/siwei-apply/src/main/resources/mapper/ProjectMapper.xml

+ 1 - 1
siwei-modules/siwei-apply/src/main/resources/mapper/ProjectMapper.xml

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