Explorar el Código

[拼团][修改][状态]

release_toaliyun_real
gongbiao hace 7 años
padre
commit
fbbac3c79d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Ver fichero

@@ -700,7 +700,7 @@
</select>
<update id="updateStatusByOrderGroupId" parameterType="com.iformall.domain.po.WxOrder">
update wx_order set order_status=#{orderStatus} where tenant_id=#{tenantId} and order_group_id=#{orderGroupId}
update wx_order set order_status=#{orderStatus} where tenant_id=#{tenantId} and order_group_id=#{orderGroupId} and order_status=10
</update>

</mapper>

Cargando…
Cancelar
Guardar