|
|
@ -69,10 +69,10 @@ public class StaffBO {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private static int parseLackStatus(int staffNum, int permanentNum) {
|
|
|
|
private static int parseLackStatus(int staffNum, int permanentNum) {
|
|
|
|
if (staffNum == permanentNum) {
|
|
|
|
if (staffNum == permanentNum) {
|
|
|
|
return 1;
|
|
|
|
return 2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (staffNum > permanentNum) {
|
|
|
|
if (staffNum > permanentNum) {
|
|
|
|
return 2;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return 3;
|
|
|
|
return 3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|