commit
4d9deca782
|
|
@ -69,10 +69,10 @@ public class StaffBO {
|
|||
*/
|
||||
private static int parseLackStatus(int staffNum, int permanentNum) {
|
||||
if (staffNum == permanentNum) {
|
||||
return 1;
|
||||
return 2;
|
||||
}
|
||||
if (staffNum > permanentNum) {
|
||||
return 2;
|
||||
return 1;
|
||||
}
|
||||
return 3;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue