Explorar el Código

remove println

tags/Baseline_30082024_BACKEND_UAT
cyril.tsui hace 1 año
padre
commit
cf134ad563
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      src/main/java/com/ffii/tsms/modules/project/service/ProjectsService.kt

+ 0
- 2
src/main/java/com/ffii/tsms/modules/project/service/ProjectsService.kt Ver fichero

@@ -169,8 +169,6 @@ open class ProjectsService(
project.apply {
name = request.projectName
description = request.projectDescription
println(this.code)
println(this.code.isNullOrEmpty())
code = if (this.code.isNullOrEmpty()) createProjectCode(request.isClpProject, project) else this.code
expectedTotalFee = request.expectedProjectFee
totalManhour = request.totalManhour


Cargando…
Cancelar
Guardar