Pu Zhibing
3 天以前 a0af42a6acfc7a0ebbb92bffc1816525e508af70
management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/TOrderServiceImpl.java
@@ -3,6 +3,7 @@
import com.alibaba.fastjson.JSONObject;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.stylefeng.guns.core.beetl.ShiroExtUtil;
import com.stylefeng.guns.core.shiro.ShiroKit;
import com.stylefeng.guns.modular.system.controller.resp.DataStatisticsOrderYearResp;
import com.stylefeng.guns.modular.system.controller.resp.PerformanceTableResp;
@@ -52,6 +53,9 @@
    private TBranchOfficeMapper tBranchOfficeMapper;
    @Resource
    private TSystemConfigMapper systemConfigMapper;
    @Autowired
    private ShiroExtUtil shiroExtUtil;
    @Override
    public List<TOrderResp> getOrderList(String createTime, String code, Integer source, String userName, String userPhone, Integer state, String driverName,Integer isException) {
@@ -190,7 +194,7 @@
            tSystemConfig.setBranchOfficeId(tDriver.getBranchOfficeId());
            TSystemConfig tSystemConfig2 = systemConfigMapper.selectOne(tSystemConfig);
            if(Objects.nonNull(tSystemConfig1)){
            if(Objects.nonNull(tSystemConfig2)){
                JSONObject jsonObject2 = JSONObject.parseObject(tSystemConfig2.getContent());
                Integer num24 = jsonObject2.getInteger("num4");