# Conflicts: # common/common-entity/sql记录
@ -352,6 +352,7 @@ public class LifeCareOrderService extends BaseJpaService<LifeCareOrderDO, LifeCa
//状态 待服务 1、已完成 2 、已取消 -1
res.put("1",0);
res.put("2",0);
res.put("3",0);
res.put("-1",0);
String countSql = "SELECT " +
" count(o.id) as count, " +