Procházet zdrojové kódy

Merge remote-tracking branch 'origin/release_toaliyun_real' into release_toaliyun_real

release_toaliyun_real
xhxu před 3 roky
rodič
revize
3b372cc1c5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxPressBatchItemMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxPressBatchItemMapper.xml Zobrazit soubor

@@ -83,7 +83,7 @@
</update>
<delete id= "deleteItem" parameterType="com.iformall.domain.po.WxPressBatchItem" >
delete from wx_press_batch_item where `id` = #{id} and tenant_id=#{tenantId} and `press_batch_id` = #{pressBatchId}
delete from wx_press_batch_item where `id` = #{id} and tenant_id=#{tenantId}
</delete>

<delete id= "deleteAllItem" parameterType="com.iformall.domain.po.WxPressBatchItem" >


Načítá se…
Zrušit
Uložit