fix: 攀枝花东区-缴费处理mag-app

This commit is contained in:
2025-05-19 20:46:10 +08:00
parent 6bef534d7d
commit 57fdd2c63d
112 changed files with 5439 additions and 532 deletions
@@ -228,6 +228,7 @@ public class EduParentServiceImpl extends ServiceImpl<EduParentMapper, EduParent
eduParent.setWxId(StrUtil.uuid().replace("-", ""));
if (StringUtils.isNotBlank(appUserId)) {
eduParent.setYidaAppUserId(appUserId);
eduParent.setMagAppUserId(appUserId);
}
eduParent.setSchoolId(schoolId);
save(eduParent);