Commit 8909028e by lujunyi

fix style

parent ab8777d2
......@@ -28,7 +28,7 @@ class TestCommand extends Command
public function handle()
{
// 刷新问诊问题
$prescriptions = PrescriptionModel::all();
$prescriptions = PrescriptionModel::orderBy('id', 'desc')->get();
foreach ($prescriptions as $prescription) {
$inquiry_info = $prescription->inquiry_info;
foreach ($inquiry_info as &$v) {
......
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