Explorar el Código

划分测试和分支存储过程

hulh hace 8 años
padre
commit
68ca4ac69a

+ 1 - 1
src/main/java/com/uas/platform/b2c/prod/commodity/dao/ReleaseProductByBatchDao.java

@@ -71,7 +71,7 @@ public interface ReleaseProductByBatchDao
      * @param publisherUu the publisher uu 发布人
      * @param publisherUu the publisher uu 发布人
      * @param batchid     the batchid 批次号
      * @param batchid     the batchid 批次号
      */
      */
-    @Procedure(procedureName = "PRODUCT_RELEASE_VALID_V1")
+    @Procedure(procedureName = "PRODUCT_RELEASE_VALID_V2")
 	public void callValidProcedure(Long publisherUu, String batchid);
 	public void callValidProcedure(Long publisherUu, String batchid);
 
 
     /**
     /**