zoujiajian пре 2 година
родитељ
комит
5f7cb106b7

+ 1 - 0
netflix-web/src/main/java/com/cyksj/web/controller/manage/goods/GoodsDonQuestionController.java

@@ -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();