@@ -129,6 +129,7 @@ public class GoodsDonQuestionController {
GoodsDonQa byId = goodsDonQaService.getById(id);
if (byId != null) {
byId.setSorted(sorted);
+ goodsDonQaService.updateById(byId);
refreshCacheService.goodsQuestionCache();
}
return GatewayResponse.SUCCESS.newBuilder().toResult();