Commit d5528713 by 赵增煜

merge

parents c2f52048 ff2d0492
...@@ -159,6 +159,7 @@ public function drugLimit(Request $request) ...@@ -159,6 +159,7 @@ public function drugLimit(Request $request)
if ($canBuyMahuangCount < 0) { if ($canBuyMahuangCount < 0) {
$canBuyMahuangCount = 0; $canBuyMahuangCount = 0;
} }
Log::info('all_limit_num=>' . $limit_num . ' drugCounts=>' . json_encode($drugCounts) . ' drugs=>' . json_encode($drugs) .' canBuyMahuangCount=>'.$canBuyMahuangCount); Log::info('all_limit_num=>' . $limit_num . ' drugCounts=>' . json_encode($drugCounts) . ' drugs=>' . json_encode($drugs) .' canBuyMahuangCount=>'.$canBuyMahuangCount);
// 处理麻黄素药品数据 // 处理麻黄素药品数据
......
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