|
@@ -298,8 +298,8 @@ public class ThemeCheckServiceImpl extends ServiceImpl<ThemeCheckDao, ThemeCheck
|
|
|
if (StringUtils.isNotBlank(themeCheck.getChecknum())) {
|
|
|
themeCheckItemDo.setThemechecknum(themeCheck.getChecknum());
|
|
|
}
|
|
|
- if (StringUtils.isNotBlank(themeCheck.getChecktype())) {
|
|
|
- themeCheckItemDo.setChecktype(themeCheck.getChecktype());
|
|
|
+ if (StringUtils.isNotBlank(themeCheckWorkPark.getChecktype())) {
|
|
|
+ themeCheckItemDo.setChecktype(themeCheckWorkPark.getChecktype());
|
|
|
}
|
|
|
|
|
|
return themeCheckItemDo;
|