|
@@ -173,8 +173,8 @@ public class CmpReportDynamicListHandlerEx extends CmpReportDynamicListHandler {
|
|
|
String notTaxable = "";//不属课税收益
|
|
String notTaxable = "";//不属课税收益
|
|
|
String s93Str = "";
|
|
String s93Str = "";
|
|
|
String leftStr = "";
|
|
String leftStr = "";
|
|
|
- String txt01 = "00";
|
|
|
|
|
- String txt02 = "00";
|
|
|
|
|
|
|
+ String txt01 = "01";
|
|
|
|
|
+ String txt02 = "12";
|
|
|
String reserved = "";
|
|
String reserved = "";
|
|
|
while (rowSet.next()) {
|
|
while (rowSet.next()) {
|
|
|
//orgName = rowSet.getString("orgName");
|
|
//orgName = rowSet.getString("orgName");
|
|
@@ -238,7 +238,7 @@ public class CmpReportDynamicListHandlerEx extends CmpReportDynamicListHandler {
|
|
|
nonMonetary = strLengthReturn("",1," ",0);//若有接受非金錢收益
|
|
nonMonetary = strLengthReturn("",1," ",0);//若有接受非金錢收益
|
|
|
notTaxable = strLengthReturn("",13,"0",0);//不属课税收益
|
|
notTaxable = strLengthReturn("",13,"0",0);//不属课税收益
|
|
|
//s93 = strLengthReturn(removeTrailingZeros(s93),13,"0",0);//职业税
|
|
//s93 = strLengthReturn(removeTrailingZeros(s93),13,"0",0);//职业税
|
|
|
- leftStr = strLengthReturn(leftStr,8,"0",leftStr.length());//员工离职日期
|
|
|
|
|
|
|
+ leftStr = strLengthReturn(leftStr,8," ",leftStr.length());//员工离职日期
|
|
|
|
|
|
|
|
|
|
|
|
|
reserved = strLengthReturn("",20," ",0);//预留供日后使用
|
|
reserved = strLengthReturn("",20," ",0);//预留供日后使用
|