Explorar el Código

法务模块列表订单BUG修复

anderx hace 4 años
padre
commit
50fec9f0e1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/main/java/com/goafanti/common/mapper/TOrderMidMapper.xml

+ 3 - 0
src/main/java/com/goafanti/common/mapper/TOrderMidMapper.xml

@@ -401,6 +401,9 @@
       <if test="operationTime != null">
         operation_time = #{operationTime,jdbcType=DATE},
       </if>
+      <if test="legalAffairsStatus != null">
+        legal_affairs_status = #{legalAffairsStatus,jdbcType=INTEGER},
+      </if>
     </set>
     where order_no = #{orderNo,jdbcType=VARCHAR}
   </update>