Commit bf34b778 authored by hezhuozhi's avatar hezhuozhi

压力管道使用登记选择装置弹出列表,排序建议调整为安装创建日期倒叙排列

parent 6368e3cd
......@@ -4232,7 +4232,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
wrapper.eq(IdxBizJgProjectContraption::getIsFirstMerge, false);
wrapper.notIn(!proIds.isEmpty(), BaseEntity::getSequenceNbr, proIds);
wrapper.isNull(IdxBizJgProjectContraption::getProjectContraptionParentId);
wrapper.last("and (length(use_registration_code) = 0 or use_registration_code is null)");
wrapper.last("and (length(use_registration_code) = 0 or use_registration_code is null) order by rec_date desc");
return jgProjectContraptionService.page(page, wrapper);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment