|
|
@@ -711,7 +711,7 @@ public class Item extends Controller {
|
|
|
String description = customschemeItemsRowsMap.get("color").get(0).getString("description");
|
|
|
String color = item.getString("color");
|
|
|
if (StringUtils.isBlank(color)) {
|
|
|
- return getErrReturnObject().setErrMsg(color+"栏位未维护,请维护完整后再试!").toString();
|
|
|
+ return getErrReturnObject().setErrMsg(description+"栏位未维护,请维护完整后再试!").toString();
|
|
|
}
|
|
|
if (color.equals("custom") && item.getBoolean("iscustomsize")) {
|
|
|
if (item.getLong("colorschemeid") == 0) {
|