Browse Source

Merge branch 'sprint/S3' into release/S3

master
郑贵龙 1 year ago
parent
commit
e4ca9dfa97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/ptc/service/production/ProductionUtil.java

+ 1
- 1
demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/ptc/service/production/ProductionUtil.java View File

@ -6,7 +6,7 @@ package com.digiwin.athena.app.ptc.service.production;
*/
public class ProductionUtil {
public static final String PRODUCTION_TASK_GET =" demo.ptc.athenapot.production.task.update";
public static final String PRODUCTION_TASK_GET =" demo.ptc.athenapot.production.task.get";
public static final String PRODUCTION_TASK_UPDATE =" demo.ptc.athenapot.production.task.update";


Loading…
Cancel
Save