|
@@ -60,7 +60,7 @@ public class GoodsWayManageAction implements IMINAction {
|
|
|
* @return
|
|
|
* @throws MINBusinessException
|
|
|
*/
|
|
|
- @MINAction(value = "MODIFY_GOODSWAY_INFO")
|
|
|
+ @MINAction(value = MODIFY_GOODSWAY_INFO)
|
|
|
public MINActionResult modifyGoodsWayInfo(
|
|
|
@MINParam(key = "proequrelId") String proequrelId,
|
|
|
@MINParam(key = "productId") String productId,
|
|
@@ -148,7 +148,7 @@ public class GoodsWayManageAction implements IMINAction {
|
|
|
* @param session
|
|
|
* @throws MINBusinessException
|
|
|
*/
|
|
|
- @MINAction(value = "SELECT_GOODSWAY_INFO")
|
|
|
+ @MINValidator(value = "SELECT_GOODSWAY_INFO")
|
|
|
public void selectGoodsWayInfoValidator(
|
|
|
@MINParam(key = "vciId", regex = RegexUtil.NOT_NULL, error = "售货机编号不可为空!") String vciId,
|
|
|
MINSession session) throws MINBusinessException {
|
|
@@ -177,7 +177,7 @@ public class GoodsWayManageAction implements IMINAction {
|
|
|
* @return
|
|
|
* @throws MINBusinessException
|
|
|
*/
|
|
|
- @MINAction(value = "ADD_GOODSWAY_INFO")
|
|
|
+ @MINAction(value = ADD_GOODSWAY_INFO)
|
|
|
public MINActionResult addGoodsWayInfo(
|
|
|
@MINParam(key = "vciId") String vciId,
|
|
|
@MINParam(key = "productId") String productId,
|