请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
用户tTPzn6691(uid:270814)
小白 职业资格认证:尚未取得认证
  • select c.code, c.nameFROM tbase_staff cLEFT join tm_inventory a on c.depart_no =a.codeleft join (select aa.dn_no,aa.code depart_code,cc.uuid,cc.`name`,cc.code,cc.state from tm_inventory aa left join tm_priv_inventory bb on aa.uuid=bb.inventory_id   left join tm_user cc on cc.uuid=bb.user_id where cc.account=${"'"+loginuser+"'"}) b on a.dn_no = b.dn_nowhere 1=1${if(hierarchy<1, " and 1=1 "," and b.depart_code is not null ")} and a.state=1  and c.state = 1 and b.code is not null order by convert(c.name using gbk)稍微改了一下sql生产环境打印不出来树的sql
  • 现在的情况是在控件输入一个值选中,再输入另一个值选中,第一个值就被替换了。请问要怎么修改
  • select a.depart_no,b.name , sum(ifnull(quota,0))/10000 quota from tdepart_base ainner join tm_inventory b on a.depart_no = b.codewhere ${rights("a.depart_no",hierarchy,p_depart,departs)} and a.cyear = ${years} group by a.depart_no ,b.name
  • SUM(budget_fee.select(money, fee_category_name = B19) + G19 - (fee.select(fee_money, month = 9) + fee.select(fee_money, month = 10) + fee.select(fee_money, month = 11) + fee.select(fee_money, month = 12)))
  • 图1两个公司是上面的子公司要求展示在一起,不知道为什么有空格。不是数据有空值原因是因为左上角的箭头(图2),请问箭头是干嘛用的?图3设置的左父格
  • and ${rights("a.depart_no",hierarchy,p_depart,departs)}是个什么意思现在没有选部门,也是默认查出a.depart_no不是null的请问要怎么改
  • 预览的时候参数旁边有个问号,数据页面也不显示,数据库里查询是有值的。

18

6

18

10

12
个人成就
内容被浏览8,983
加入社区5年247天
返回顶部