Browse Source

乐观锁

master
常熟吴彦祖 5 months ago
parent
commit
dc7e77e760
  1. 4
      src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml

4
src/main/resources/mapper/automatedWarehouse/WcsIntegrationMapper.xml

@ -441,8 +441,8 @@
from pallet_detail a from pallet_detail a
left join handling_unit b on a.site=b.site and a.serial_no=b.unit_id left join handling_unit b on a.site=b.site and a.serial_no=b.unit_id
left join part_attribute c on a.site=c.site and a.part_no=c.part_no left join part_attribute c on a.site=c.site and a.part_no=c.part_no
where a.wcs_flag = 1
where site=#{site} and a.pallet_id=#{palletId}
and a.wcs_flag = 1
</select> </select>
<insert id="insertWmsTransportTaskDetail" > <insert id="insertWmsTransportTaskDetail" >
insert into wms_transport_task_detail( insert into wms_transport_task_detail(

Loading…
Cancel
Save