Commit 6af1db0a authored by zw's avatar zw

Merge branch 'test'

parents 7ddeb900 78a79cb4
...@@ -451,6 +451,10 @@ class UserService ...@@ -451,6 +451,10 @@ class UserService
$params_["id"] = $user_agent_id; $params_["id"] = $user_agent_id;
$result = $agent_model->searchAgentsByKeyword("id,store_id,district_id,level", $params_); $result = $agent_model->searchAgentsByKeyword("id,store_id,district_id,level", $params_);
if(!$result){
return 1;
}
$params__['district_id']=$result[0]['district_id']; $params__['district_id']=$result[0]['district_id'];
$params__['level']=30; $params__['level']=30;
$result = $agent_model->searchAgentsByKeyword("id,store_id,district_id,level", $params__); $result = $agent_model->searchAgentsByKeyword("id,store_id,district_id,level", $params__);
......
...@@ -433,13 +433,13 @@ ...@@ -433,13 +433,13 @@
<table class="" id="caozuo_hide" border='0' style="width: 100%;"> <table class="" id="caozuo_hide" border='0' style="width: 100%;">
<thead> <thead>
<tr> <tr>
<td width="30%"> <td width="32%">
<span class="fore-span">姓名:</span> <span class="fore-span">姓名:</span>
<!--<input class="form-control btn6 cus_name input-border-0" value="" data-rule-phoneus="false" data-rule-required="false" name="name" type="text" disabled="disabled">--> <!--<input class="form-control btn6 cus_name input-border-0" value="" data-rule-phoneus="false" data-rule-required="false" name="name" type="text" disabled="disabled">-->
<span class="fore-span cus_name"></span> <span class="fore-span cus_name"></span>
</td> </td>
<td width="36%"> <td width="34%">
<span class="fore-span">产生类型:</span> <span class="fore-span">产生类型:</span>
<span class="fore-span source_type"></span> <span class="fore-span source_type"></span>
</td> </td>
......
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