Commit aca8b2a7 authored by hujun's avatar hujun

bank_card

parent eb585a19
...@@ -617,7 +617,7 @@ class DailyPaperService ...@@ -617,7 +617,7 @@ class DailyPaperService
private function getDailyInfo($store_id, $daily_data,$type = 0) private function getDailyInfo($store_id, $daily_data,$type = 0)
{ {
$field_info_field = "id,agent_id,agent_name,daily_date,alipay,tenpay,realty_pay,family_pay,private_bank, $field_info_field = "id,agent_id,agent_name,daily_date,alipay,tenpay,realty_pay,family_pay,private_bank,
cash,pos,other_bank,status,create_time,update_time,alipay_2,tenpay_2,site_id"; cash,pos,other_bank,status,create_time,update_time,alipay_2,tenpay_2,site_id,bank_card";
if($type == 1){ if($type == 1){
$daily_info_params["agent_id"] = $store_id; $daily_info_params["agent_id"] = $store_id;
}else{ }else{
......
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 to comment