导入修复测试

This commit is contained in:
2024-12-04 12:51:19 +08:00
parent 7dba6e4a03
commit 27943f41a1

View File

@@ -399,6 +399,8 @@ class ImportForm extends BaseModel
public function ExportUpdateDrugPriceByStore($data, $storeId)
{
$success = [];
$errors = [];
if (empty($data)) {
throw new Exception('导入数据为空');
} else {