Commit b09349d9 by lujunyi

Merge branch 'develop' of http://git.imohe.com/zhaozengyu/tzt-admin into develop

parents b6d4e75d de95b3c8
......@@ -159,7 +159,9 @@ public function drugLimit(Request $request)
if ($canBuyMahuangCount < 0) {
$canBuyMahuangCount = 0;
}
Log::info('all_limit_num=>'.$limit_num.' drugCounts=>'.$drugCounts.' drugs=>'.$drugs.' canBuyMahuangCount=>'.$canBuyMahuangCount);
Log::info('all_limit_num=>' . $limit_num . ' drugCounts=>' . json_encode($drugCounts) . ' drugs=>' . json_encode($drugs) .' canBuyMahuangCount=>'.$canBuyMahuangCount);
// 处理麻黄素药品数据
$mahuangsu_buy_num = 0; // 本次购买麻黄素药品数量
$exclusions = []; // 单个药品的排他管理
......
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