|
@@ -197,7 +197,7 @@ public class MachineBarQrcode {
|
|
if(yearCod < 10){
|
|
if(yearCod < 10){
|
|
dateYear = (char)(yearCod +'0');
|
|
dateYear = (char)(yearCod +'0');
|
|
}else{
|
|
}else{
|
|
- dateYear = (char)((yearCod + DAYS) +'0');
|
|
|
|
|
|
+ dateYear = (char)((yearCod + DAYS) );
|
|
}
|
|
}
|
|
if(month < 10){
|
|
if(month < 10){
|
|
dateMonth = (char)(month +'0');
|
|
dateMonth = (char)(month +'0');
|
|
@@ -264,7 +264,7 @@ public class MachineBarQrcode {
|
|
if(yearCod < 10){
|
|
if(yearCod < 10){
|
|
dateYear = (char)(yearCod +'0');
|
|
dateYear = (char)(yearCod +'0');
|
|
}else{
|
|
}else{
|
|
- dateYear = (char)((yearCod + DAYS) +'0');
|
|
|
|
|
|
+ dateYear = (char)((yearCod + DAYS) );
|
|
}
|
|
}
|
|
if(month < 10){
|
|
if(month < 10){
|
|
dateMonth = (char)(month +'0');
|
|
dateMonth = (char)(month +'0');
|