no message

This commit is contained in:
2025-09-02 21:47:09 +08:00
parent 2fb11bf651
commit 0335dfcdaa

View File

@ -223,7 +223,13 @@ public class ItemServiceImpl implements ItemService {
AppItemAttrVO attrs0 = new AppItemAttrVO(); AppItemAttrVO attrs0 = new AppItemAttrVO();
attrs0.setAttrKey("lease_term_type"); attrs0.setAttrKey("lease_term_type");
attrs0.setAttrValue("短租"); attrs0.setAttrValue("短租");
AppItemAttrVO attrs1 = new AppItemAttrVO();
attrs1.setAttrKey("item_fineness");
attrs1.setAttrValue("wholeNew");
attrs.add(attrs0); attrs.add(attrs0);
attrs.add(attrs1);
// 设置商品名称 // 设置商品名称
model.setTitle("小刀B01_6050_日租套餐F"); model.setTitle("小刀B01_6050_日租套餐F");