|
|
@@ -462,7 +462,7 @@ public class PurchaseApCheckServiceImpl implements PurchaseApCheckService {
|
|
|
.append(idColumn).append(" ");
|
|
|
StringBuffer idString = new StringBuffer();
|
|
|
filterList.forEach(apCheck -> {
|
|
|
- sql.append(" when ").append(apCheck.getSourceid()).append(" then ").append(20);
|
|
|
+ sql.append(" when ").append(apCheck.getSourceid()).append(" then ").append(apCheck.getNewYCheckQty());
|
|
|
if (idString.length() > 0) {
|
|
|
idString.append(",");
|
|
|
}
|