2023年4月15日 修复错误

This commit is contained in:
bai 2023-04-15 09:44:48 +08:00
parent 10f667d6ab
commit fa70cfcbb1
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ public class KcKetangbiaoController extends JeecgController<KcKetangbiao, IKcKet
"count( CASE WHEN date_format( now(), '%H%i' ) > hhjs THEN 1 END ) xkktnum",//下课课堂数
"count( CASE WHEN date_format( now(), '%H%i' ) < hhjs AND date_format( now(), '%H%i' ) > hhks THEN 1 END ) zzsknum"//正在上课课堂数
);
qw3.ge(skrq,"2023-02-19");//<=
qw3.le(skrq,skrq);//>=
qw3.ge("skrq","2023-02-19");//<=
qw3.le("skrq",skrq);//>=
List<Map<String, Object>> kcKetangbiao3List = kcKetangbiaoService.listMaps(qw3);
if(kcKetangbiao3List != null && !kcKetangbiao3List.isEmpty()){
rmap.put("yiKaiKeTang",kcKetangbiao3List.get(0));