Merge branch 'master' of https://gitee.com/luzhou-lihai-agriculture/nk-lihaink-cn
This commit is contained in:
commit
0321de5bf8
@ -8,7 +8,7 @@ use think\facade\View;
|
||||
|
||||
|
||||
/**
|
||||
* 文章投诉
|
||||
* 村民互动(逛逛)
|
||||
*
|
||||
* @icon fa fa-circle-o
|
||||
*/
|
||||
@ -38,7 +38,6 @@ class Community extends BaseController
|
||||
if (request()->isAjax()) {
|
||||
$params= get_params();
|
||||
$where['status']=1;
|
||||
$where = [];
|
||||
if (isset($params['keywords'])){
|
||||
// $where[]=['title','like','%'.$params['keywords'].'%'];
|
||||
}
|
||||
@ -57,7 +56,6 @@ class Community extends BaseController
|
||||
$where['village_id'] = '';
|
||||
}
|
||||
}
|
||||
|
||||
$total = Db::connect('shop')->name('community_address')
|
||||
->where($where)
|
||||
->count();
|
||||
|
@ -44,16 +44,14 @@ class User extends BaseController
|
||||
|
||||
$map[] = ['m.phone', 'LIKE', '%' . $post['phone'] . '%'];
|
||||
}
|
||||
|
||||
//权限组信息
|
||||
if ($this->adminInfo['group_access'] != 1) {
|
||||
$find = Db::table('fa_szxc_information_useraddress')->where('admin_id', $this->adminInfo['id'])->find();
|
||||
if ($find) {
|
||||
if ($find['auth_range'] == 1) {
|
||||
$mmm['village_id'] = $find['village_id'];
|
||||
} elseif ($find['auth_range'] == 2) {
|
||||
$mmm['area_id'] = $find['area_id'];
|
||||
$mmm['street_id'] = $find['street_id'];
|
||||
} elseif ($find['auth_range'] == 3) {
|
||||
} elseif ($find['auth_range'] == 2) {
|
||||
$mmm['area_id'] = $find['area_id'];
|
||||
}
|
||||
}
|
||||
@ -72,14 +70,11 @@ class User extends BaseController
|
||||
$mmm['brigade_id'] = $post['brigade_id'];
|
||||
}
|
||||
}
|
||||
|
||||
//权限组信息
|
||||
$total = Db::table('fa_szxc_information_usermsg')
|
||||
->alias('m')
|
||||
->where($mmm)
|
||||
->where($map)
|
||||
->join(['fa_user' => 'u'], 'm.user_id=u.id')
|
||||
->join(['fa_user_group' => 'g'], 'g.id=u.group_id')
|
||||
->count();
|
||||
$list = Db::table('fa_szxc_information_usermsg')
|
||||
->alias('m')
|
||||
@ -743,14 +738,12 @@ class User extends BaseController
|
||||
$find = Db::table('fa_szxc_information_useraddress')->where('user_id', $this->adminInfo['user_id'])->find();
|
||||
if ($find) {
|
||||
if ($find['auth_range'] == 1) {
|
||||
$where['village_id'] = $find['village_id'];
|
||||
$mmm['area_id'] = $find['area_id'];
|
||||
$mmm['street_id'] = $find['street_id'];
|
||||
} elseif ($find['auth_range'] == 2) {
|
||||
$where['street_id'] = $find['street_id'];
|
||||
} elseif ($find['auth_range'] == 3) {
|
||||
$where['area_id'] = $find['area_id'];
|
||||
$mmm['area_id'] = $find['area_id'];
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($post['village_id'])) {
|
||||
$where['village_id'] = $post['village_id'];
|
||||
}
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -43,7 +43,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -35,7 +35,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -78,7 +78,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -78,7 +78,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -42,6 +42,7 @@
|
||||
{volist name='street' id='vo'}
|
||||
{if $address.area_id==$vo.code}
|
||||
<input type="text" value="{$vo.name}" autocomplete="off" class="layui-input" disabled>
|
||||
<input type="hidden" value="{$vo.code}" name="area_id" autocomplete="off" class="layui-input" disabled>
|
||||
{/if}
|
||||
{/volist}
|
||||
{/if}
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -45,7 +45,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -47,7 +47,6 @@
|
||||
url: '{$url[0]}',
|
||||
page: true,
|
||||
limit: 20,
|
||||
cellMinWidth: 300,
|
||||
cols: [
|
||||
[
|
||||
{
|
||||
|
@ -58,7 +58,7 @@ class Census extends BaseController
|
||||
$num_1 = Db::connect('shop')->table('eb_merchant')->alias('a')->join('eb_merchant_address b','a.mer_id = b.mer_id')->where($mmm)->where($map)->count();
|
||||
|
||||
//企业通过我们平台采购的农产品(差用户标签条件)
|
||||
$num_3 = Db::connect('shop')->table('eb_user')->alias('a')->join('eb_nk_user b','a.uid = b.user_id')->join('eb_product_order_log c','a.uid = c.uid')->join('nk_lihaink_cn.fa_szxc_information_useraddress d','b.n_user_id = d.user_id')->where($www)->where('a.status',1)->where('c.status',1)->count();
|
||||
$num_3 = Db::connect('shop')->table('eb_user')->alias('a')->join('eb_nk_user b','a.uid = b.user_id')->join(['eb_product_order_log'=>'c'],'a.uid = c.uid')->join('nk_lihaink_cn.fa_szxc_information_useraddress d','b.n_user_id = d.user_id')->where($www)->where('a.status',1)->where('c.status',1)->count();
|
||||
|
||||
//镇农产品需求量分析(事业单位、企业、居民)
|
||||
//农产品市场行情分析、显示
|
||||
|
Loading…
x
Reference in New Issue
Block a user