shiyj
2019-07-07 348c483d9e8cf81c485289a44c717fe1c23f4065
java110-code-generator/src/main/resources/web/edit/UpdateListener.java
@@ -14,6 +14,7 @@
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
import com.java110.common.constant.ServiceCode@@TemplateCode@@Constant;
/**
 * 保存@@templateName@@侦听
@@ -51,7 +52,7 @@
    @Override
    public String getServiceCode() {
        return ServiceCodeConstant.SERVICE_CODE_UPDATE_@@TEMPLATECODE@@;
        return ServiceCode@@TemplateCode@@Constant.UPDATE_@@TEMPLATECODE@@;
    }
    @Override