Răsfoiți Sursa

#修改镜像仓库

sunhuijun 1 lună în urmă
părinte
comite
bc1ec12abb
2 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 3 3
      dockerbuild.bat
  2. 1 1
      src/main/resources/mapper/omni/FreemarketMapper.xml

+ 3 - 3
dockerbuild.bat

@@ -1,7 +1,7 @@
 docker build -t ofnc:latest ./  --platform=linux/arm64 -f Dockerfile
 
-docker login --username=changqing7 10.130.16.8:30028 -p "Changqing7@2025!"
+docker login --username=bixx1 10.130.16.8:30028 -p "Sunym@1022"
 
-docker tag ofnc:latest 10.130.16.8:30028/hygl-hltest-ecr/ofnc:latest
+docker tag ofnc:latest 10.130.16.8:30028/szhzhzx-test/ofnc:latest
 
-docker push 10.130.16.8:30028/hygl-hltest-ecr/ofnc:latest
+docker push 10.130.16.8:30028/szhzhzx-test/ofnc:latest

+ 1 - 1
src/main/resources/mapper/omni/FreemarketMapper.xml

@@ -129,7 +129,7 @@
         </if>
         <!-- 项目编号 精准查询 -->
         <if test="projectName != null and projectName != ''">
-            AND project_name = #{projectName}
+            AND project_name LIKE CONCAT('%',#{projectName},'%')
         </if>
         <!-- 是否相关 精准查询 -->
         <if test="isRelevant != null">