Procházet zdrojové kódy

[分账对账单][修改][查询]

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
090fa74ed2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml

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

@@ -141,7 +141,7 @@
<if test="id!=null">
and pso.id =#{id}
</if>
<if test="merchantName!=null">
<if test="merchantName!=null and ''!=merchantName">
and m.`name` like concat('%',#{merchantName},'%')
</if>
<if test="startdate!=null and enddate!=null">


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