Commit ffbdc6d3 by Joneq

修改编码不正确

parent d7ca6abf
...@@ -33,7 +33,7 @@ class BoxModel extends Model ...@@ -33,7 +33,7 @@ class BoxModel extends Model
$todayNum = $outStoreSn = BoxModel::where('add_time','>=',$beginTime)->where('add_time','<=',$endTime)->count('box_id'); $todayNum = $outStoreSn = BoxModel::where('add_time','>=',$beginTime)->where('add_time','<=',$endTime)->count('box_id');
if (empty($todayNum)){ if (empty($todayNum)){
$todayNum = 10000; $todayNum = 100001;
}else{ }else{
$todayNum += 100001; $todayNum += 100001;
} }
......
...@@ -212,7 +212,7 @@ class OutStoreLogic ...@@ -212,7 +212,7 @@ class OutStoreLogic
$todayNum = $outStoreSn = OutStoreModel::where('add_time','>=',$beginTime)->where('add_time','<=',$endTime)->count('out_store_id'); $todayNum = $outStoreSn = OutStoreModel::where('add_time','>=',$beginTime)->where('add_time','<=',$endTime)->count('out_store_id');
if (empty($todayNum)){ if (empty($todayNum)){
$todayNum = 10000; $todayNum = 100001;
}else{ }else{
$todayNum += 100001; $todayNum += 100001;
} }
......
...@@ -42,7 +42,7 @@ class PackCheckLogic ...@@ -42,7 +42,7 @@ class PackCheckLogic
$todayNum = $outStoreSn = OutStoreModel::where('add_time','>=',$beginTime)->where('add_time','<=',$endTime)->count('out_store_id'); $todayNum = $outStoreSn = OutStoreModel::where('add_time','>=',$beginTime)->where('add_time','<=',$endTime)->count('out_store_id');
if (empty($todayNum)){ if (empty($todayNum)){
$todayNum = 10000; $todayNum = 100001;
}else{ }else{
$todayNum += 100001; $todayNum += 100001;
} }
......
...@@ -126,7 +126,7 @@ class PickTaskLogic ...@@ -126,7 +126,7 @@ class PickTaskLogic
$todayNum = $outStoreSn = PickTaskModel::where('add_time','>=',$beginTime)->where('add_time','<=',$endTime)->count('pick_task_id'); $todayNum = $outStoreSn = PickTaskModel::where('add_time','>=',$beginTime)->where('add_time','<=',$endTime)->count('pick_task_id');
if (empty($todayNum)){ if (empty($todayNum)){
$todayNum = 10000; $todayNum = 100001;
}else{ }else{
$todayNum += 100001; $todayNum += 100001;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment