master
yz 5 months ago
parent fadceff29d
commit 7fe29f0bb5

@ -76,7 +76,7 @@ public class SynthesisPlanController {
}
}
criteria.andUseridIsNull().andSourceIn(sourceList);
neiZhiExample.setOrderByClause("create_time asc");
neiZhiExample.setOrderByClause("create_time desc");
List<SynthesisPlanClient> synthesisPlanClients = synthesisPlanClientMapper.selectByExample(neiZhiExample);
//获取领取状态

Loading…
Cancel
Save