|
|
@@ -298,8 +298,7 @@ public class ItempriceadjustItemprice extends Controller {
|
|
|
StringUtils.isEmpty(row.getString("price2")) ||
|
|
|
StringUtils.isEmpty(row.getString("price3")) ||
|
|
|
StringUtils.isEmpty(row.getString("price4")) ||
|
|
|
- StringUtils.isEmpty(row.getString("price5")) ||
|
|
|
- StringUtils.isEmpty(row.getString("marketprice"))) {
|
|
|
+ StringUtils.isEmpty(row.getString("price5"))) {
|
|
|
iserr = true;
|
|
|
row.put("msg", "错误信息:商品调整价不能为空");
|
|
|
rowserr.add(row);
|