Commit feee7cc9 authored by neo's avatar neo

[bugfix] fixed table alias error used

parent f5ccada9
...@@ -182,7 +182,7 @@ public class VoucherServiceImpl extends VatAbstractService implements VoucherSer ...@@ -182,7 +182,7 @@ public class VoucherServiceImpl extends VatAbstractService implements VoucherSer
"`CustomerCode`," + "`CustomerCode`," +
"`CustomerName`," + "`CustomerName`," +
"e.StdCode," + "e.StdCode," +
"Tb.VoucherStd AS VoucherStd," + "TB.VoucherStd AS VoucherStd," +
"s.FullName AS StdName" + "s.FullName AS StdName" +
" FROM " + " FROM " +
"(" + "(" +
...@@ -231,8 +231,8 @@ public class VoucherServiceImpl extends VatAbstractService implements VoucherSer ...@@ -231,8 +231,8 @@ public class VoucherServiceImpl extends VatAbstractService implements VoucherSer
"TB.`AcctCode`," + "TB.`AcctCode`," +
"`CustomerCode`," + "`CustomerCode`," +
"`CustomerName`," + "`CustomerName`," +
"e.StdCode," + "e.StdC.ode," +
"Tb.VoucherStd AS VoucherStd," + "TB.VoucherStd AS VoucherStd," +
"s.FullName AS StdName" + "s.FullName AS StdName" +
" FROM " + " FROM " +
"(" + "(" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment