Ver código fonte

update

reset-do-picking-order
CANCERYS\kw093 7 meses atrás
pai
commit
6e65319077
1 arquivos alterados com 1 adições e 4 exclusões
  1. +1
    -4
      src/main/java/com/ffii/fpsms/modules/report/service/ItemQcFailReportService.kt

+ 1
- 4
src/main/java/com/ffii/fpsms/modules/report/service/ItemQcFailReportService.kt Ver arquivo

@@ -34,10 +34,7 @@ open class ItemQcFailReportService(
SELECT SELECT
COALESCE(it.type, '') AS stockSubCategory, COALESCE(it.type, '') AS stockSubCategory,
COALESCE(it.code, '') AS itemNo, COALESCE(it.code, '') AS itemNo,
COALESCE(CONCAT(
it.name,
CASE WHEN it.description IS NULL OR it.description = '' THEN '' ELSE CONCAT('\n', it.description) END
), '') AS itemName,
it.name AS itemName,
COALESCE(uc.udfudesc, uc.code, '') AS unitOfMeasure, COALESCE(uc.udfudesc, uc.code, '') AS unitOfMeasure,
COALESCE(sil.lotNo, il.lotNo, '') AS lotNo, COALESCE(sil.lotNo, il.lotNo, '') AS lotNo,
COALESCE(DATE_FORMAT(COALESCE(sil.expiryDate, il.expiryDate), '%Y-%m-%d'), '') AS expiryDate, COALESCE(DATE_FORMAT(COALESCE(sil.expiryDate, il.expiryDate), '%Y-%m-%d'), '') AS expiryDate,


Carregando…
Cancelar
Salvar