@@ -494,7 +494,7 @@ public class BizProductAccessoriesMaterialController extends BaseController {
Map<String, Object> t = new HashMap<>();
t.put("id",v.getId());
t.put("code", v.getMaterialCode());
- t.put("category", 2);
+ t.put("category", 3);
ids.add(t);
});
}