|
|
|
@ -93,7 +93,7 @@ public class PrintLogServiceImpl extends ServiceImpl<PrintLogMapper, PrintLog> i
|
|
|
|
|
printLogOne.setHandle(printLog.getHandle());
|
|
|
|
|
printLogOne.setIsPrint("true");
|
|
|
|
|
printLogOne.setPrintNum(printLog.getPrintNum()+1);
|
|
|
|
|
if (printLog.getCategory().equals(Constants.PRINT_TYPE_INV)){
|
|
|
|
|
if (!printLog.getCategory().equals(Constants.PRINT_TYPE_SFC)){
|
|
|
|
|
printLogOne.setPrintName(printLog.getPrintName());
|
|
|
|
|
}
|
|
|
|
|
printLogList.add(printLogOne);
|
|
|
|
|