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