Compare commits

..

2 Commits

Author SHA1 Message Date
陈十三
430ea32873 Merge branch 'main' of http://47.112.118.149:10082/xgxt_sd/zhxg_java 2025-10-11 16:19:47 +08:00
陈十三
41df9cdbc0 修改了困难认定的流程状态为3,即辅导员审核 2025-10-11 16:17:50 +08:00

View File

@@ -346,7 +346,7 @@ public class KnzzTufaApplyServiceImpl extends ServiceImpl<KnzzTufaApplyMapper,Kn
try{
QueryWrapper<SrsKnrdApply> queryWrapper = new QueryWrapper<>();
queryWrapper.eq("xh",getUsername());
queryWrapper.eq("step","5");
queryWrapper.eq("step","3");
queryWrapper.last("limit 1");
SrsKnrdApply srsKnrdApply = _knrdApplyMapper.selectOne(queryWrapper);
if(srsKnrdApply == null){