为了账号安全,请及时绑定邮箱和手机立即绑定

为什么三个属性不行呢

foreach($recipeInfo as $r_k=>$r_v){//遍历这个处方信息 

          $ridIndex=getCells($index*3);//获得每种病型的序列号所在位置

         $recipeIndex=getCells($index*3+1);

 $didIndex=getCells($index*3+1);

 $info=$db->getDataDisease($r_v['did']);//查询每种病型的处方信息

 $j=3;

 foreach($info as $key=>$val){

 $objSheet->setCellValue($ridIndex.$j,$val['rid'])->setCellValue($recipeIndex.$j,$val['recipe'])->setCellValue($didIndex.$j,$val['did']);

 $j++;

 }

$index++;

}


正在回答

1 回答

不清楚

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么三个属性不行呢

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信