|
@@ -3556,6 +3556,7 @@ func (this *StockManagerApiController) AddGoodInformation() {
|
3556
|
3556
|
|
3557
|
3557
|
retail_prices := goodNameM["retail_price"].(string)
|
3558
|
3558
|
retail_price, _ := strconv.ParseFloat(retail_prices, 64)
|
|
3559
|
+
|
3559
|
3560
|
if retail_price <= 0 { //名字为空则生成一条导入错误日志
|
3560
|
3561
|
err_log := models.ExportErrLog{
|
3561
|
3562
|
LogType: 5,
|