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
"`CustomerCode`," +
"`CustomerName`," +
"e.StdCode," +
"Tb.VoucherStd AS VoucherStd," +
"TB.VoucherStd AS VoucherStd," +
"s.FullName AS StdName" +
" FROM " +
"(" +
......@@ -231,8 +231,8 @@ public class VoucherServiceImpl extends VatAbstractService implements VoucherSer
"TB.`AcctCode`," +
"`CustomerCode`," +
"`CustomerName`," +
"e.StdCode," +
"Tb.VoucherStd AS VoucherStd," +
"e.StdC.ode," +
"TB.VoucherStd AS VoucherStd," +
"s.FullName AS StdName" +
" 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