|
@@ -3350,8 +3350,7 @@ public class WmScorePackageController {
|
|
|
targetType = TargetType.FULL_TIME;
|
|
|
}
|
|
|
// 兼职
|
|
|
-
|
|
|
- else if (StrUtil.equals("3", scorePackage.getTypeid())) {
|
|
|
+ else if (StrUtil.equals("4", scorePackage.getTypeid())) {
|
|
|
targetType = TargetType.PART_TIME;
|
|
|
}
|
|
|
|