소스 검색

合并冲突

txf 3 년 전
부모
커밋
d164e259c4
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

+ 1 - 3
src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

@@ -512,7 +512,7 @@
         </if>
         order by "consigneeCompanyName"
     </select>
-<<<<<<< HEAD
+
     <select id="queryAllSupplierByLike" resultType="java.util.Map">
         select *
         from (
@@ -527,7 +527,5 @@
             </if>
         </where>
     </select>
-=======
 
->>>>>>> e7d114c738959299baef4ab05738fdac218aa6c7
 </mapper>