Просмотр исходного кода

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

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
fbbac3c79d
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Просмотреть файл

@@ -700,7 +700,7 @@
</select> </select>
<update id="updateStatusByOrderGroupId" parameterType="com.iformall.domain.po.WxOrder"> <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> </update>


</mapper> </mapper>

Загрузка…
Отмена
Сохранить