浏览代码

quick fix

master
kelvinsuen 3 个月前
父节点
当前提交
fb2618ac49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/main/java/com/ffii/fpsms/modules/stock/entity/projection/StockInLineInfo.kt

+ 1
- 1
src/main/java/com/ffii/fpsms/modules/stock/entity/projection/StockInLineInfo.kt 查看文件

@@ -44,7 +44,7 @@ interface StockInLineInfo {
val itemType: String val itemType: String
val dnNo: String val dnNo: String
val dnDate: LocalDateTime? val dnDate: LocalDateTime?
val qcDecision: LocalDateTime?
// val qcDecision: LocalDateTime?
@get:Value("#{target.escalationLog.^[status.value == 'pending']?.handler?.id}") @get:Value("#{target.escalationLog.^[status.value == 'pending']?.handler?.id}")
val handlerId: Long? val handlerId: Long?
@get:Value("#{target.inventoryLot?.inventoryLotLines ?: new java.util.ArrayList()}") @get:Value("#{target.inventoryLot?.inventoryLotLines ?: new java.util.ArrayList()}")


正在加载...
取消
保存