소스 검색

过滤掉未上链的数据

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}