This commit is contained in:
1073413548 2024-08-29 18:05:05 +08:00
parent 2be6941956
commit 642b91ba4f

View File

@ -119,9 +119,9 @@ public class PDFBuilder extends PdfPageEventHelper {
public void addSign(PdfWriter writer){
String psth;
if(writer.getPageNumber()%2 == 1){
psth = imagepath+"\\doc\\image\\leftZ.png";
psth = imagepath+"/doc/image/leftZ.png";
}else/* if (writer.getPageNumber() == 2)*/{
psth = imagepath+"\\doc\\image\\rightZ.png";
psth = imagepath+"/doc/image/rightZ.png";
}/*else{
return;
}*/