|
|
@@ -59,7 +59,7 @@ public interface ReleaseProductByBatchDao
|
|
|
* @param publisherUu the publisher uu 发布人
|
|
|
* @param batchid the batchid 批次号
|
|
|
*/
|
|
|
- @Procedure(procedureName = "product$release$valid")
|
|
|
+ @Procedure(procedureName = "PRODUCT_RELEASE_VALID")
|
|
|
public void callValidProcedure(Long publisherUu, String batchid);
|
|
|
|
|
|
/**
|
|
|
@@ -71,6 +71,6 @@ public interface ReleaseProductByBatchDao
|
|
|
* @return String string
|
|
|
* @Description: 批量上架的存储过程
|
|
|
*/
|
|
|
- @Procedure(procedureName = "product$release$batch$publish")
|
|
|
+ @Procedure(procedureName = "PRODUCT_RELEASE_BATCH_PUBLISH")
|
|
|
public String callPublishByBatch(Long enuu, String enterName, String batchid);
|
|
|
}
|