Explorar el Código

合同

release_toaliyun_real
xhxu hace 4 años
padre
commit
e2b19c75b9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Ver fichero

@@ -624,6 +624,9 @@
<if test=" null != parentTenantId and '' != parentTenantId">
and rc.`parent_tenant_id` = #{parentTenantId}
</if>
<if test=" null != contractNumber and '' != contractNumber">
and rc.`contract_number` = #{contractNumber}
</if>
<if test=" null != rentId and '' != rentId">
and rc.`id` = #{rentId}
</if>


Cargando…
Cancelar
Guardar