流程管家v1

yun-zuoyi
gragon.xu 7 years ago
parent f66854eb42
commit b158c70e60

@ -13,6 +13,4 @@ import org.springframework.stereotype.Repository;
**/
@Repository
public interface WmsActionStepCallParamRepository extends BaseRepository<WmsActionStepCallParam, Long> {
// @Query("select ascp from WMS_ACTION_STEP_CALL_PARAM ascp inner join wms_action_group_details agd on ascp.agdId=agd.id where agd.agId =: agId")
// List<WmsActionStepCallParam> queryWmsActionStepCallParamsByAgId(@Param("agId") Long agId);
}

Loading…
Cancel
Save