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