|
|
@@ -78,9 +78,9 @@ public class PriceListController extends BaseController {
|
|
|
map.put("name", priceList.getName());
|
|
|
map.put("img", priceList.getPic());
|
|
|
map.put("price", priceList.getPrice());
|
|
|
- if (StringUtils.isNotEmpty(priceList.getCPrice())) {
|
|
|
- if (Double.parseDouble(priceList.getCPrice()) != 0) {
|
|
|
- map.put("price", priceList.getCPrice());
|
|
|
+ if (StringUtils.isNotEmpty(priceList.getColumnA())) {
|
|
|
+ if (Double.parseDouble(priceList.getColumnA()) != 0) {
|
|
|
+ map.put("price", priceList.getColumnA());
|
|
|
}
|
|
|
}
|
|
|
return map;
|