wu
2024-12-19 e0b2567379f3ebcc8e02c7e3cce9a2e3a1aaaead
Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject
2个文件已修改
4 ■■■■ 已修改文件
hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/mapper/BigStorageCageDetailsMapper.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/application.yml
@@ -27,6 +27,7 @@
  outCarMaxSize: 6     #出片大车最大存放玻璃数量
  glassGap: 250  #玻璃间距
  xMaxSize: 2800
  slotMaxHeight: 2500
  temperingOutTargetPosition: 930
  artificialOutTargetPosition: 931
hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/resources/mapper/BigStorageCageDetailsMapper.xml
@@ -136,9 +136,8 @@
        set t.device_id = t1.device_id
        where t.slot in (
        <foreach collection="list" item="item" separator=",">
            (#{item}
            #{item}
        </foreach>
        )
        )
    </update>